Advertisement
lincolnthree

#SeamForge understands Maven

Mar 15th, 2011
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.35 KB | None | 0 0
  1.    ____                          _____                    
  2.   / ___|  ___  __ _ _ __ ___    |  ___|__  _ __ __ _  ___
  3.   \___ \ / _ \/ _` | '_ ` _ \   | |_ / _ \| '__/ _` |/ _ \  \\
  4.    ___) |  __/ (_| | | | | | |  |  _| (_) | | | (_| |  __/  //
  5.   |____/ \___|\__,_|_| |_| |_|  |_|  \___/|_|  \__, |\___|
  6.                                                 |___/      
  7.  
  8. Seam Forge, version [ 1.0.0.SNAPSHOT ] - JBoss, by Red Hat, Inc. [ http://jboss.org ]
  9. [example] example $
  10. [example] example $ project repository-list
  11. [example] example $
  12. [example] example $ project repository-add
  13. CENTRAL         JBOSS_NEXUS     JBOSS_LEGACY    JAVA_NET        CUSTOM          
  14. [example] example $ project repository-add CENTRAL
  15. Added repository [CENTRAL->http://repo1.maven.org]
  16. [example] example $ project repository-add JBOSS_NEXUS
  17. Added repository [JBOSS_NEXUS->http://repository.jboss.org/nexus/content/groups/public]
  18. [example] example $ project repository-add CUSTOM
  19. What is the name of the repository? OCPSOFT
  20. What is the URL of the repository? http://ocpsoft.com/repository/
  21. Added repository [OCPSOFT->http://ocpsoft.com/repository/]
  22. [example] example $
  23. [example] example $ project repository-list
  24. CENTRAL->http://repo1.maven.org
  25. JBOSS_NEXUS->http://repository.jboss.org/nexus/content/groups/public
  26. OCPSOFT->http://ocpsoft.com/repository/
  27. [example] example $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement