Created
March 21, 2013 06:08
-
-
Save lincolnthree/5211002 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [forge]$ | |
| alias ls quit install-an-addon remove-an-addon clear exit | |
| list-services stop more less new-project man | |
| [forge]$ man new-project | |
| No manual page found for: new-project | |
| [forge]$ man less | |
| [forge]$ man less | |
| [forge]$ install-an-addon | |
| Addon null:null,null could not be installed. | |
| [forge]$ | |
| alias ls quit install-an-addon remove-an-addon clear exit | |
| list-services stop more less new-project man | |
| [forge]$ | |
| alias ls quit install-an-addon remove-an-addon clear exit | |
| list-services stop more less new-project man | |
| [forge]$ remove-an-addon | |
| [forge]$ install-an-addon --name addons --groupId org.jboss.forge --version 2.0.0-SNAPSHOT | |
| Warning: The encoding 'UTF-8' is not supported by the Java runtime. | |
| Warning: The encoding 'UTF-8' is not supported by the Java runtime. | |
| Warning: The encoding 'UTF-8' is not supported by the Java runtime. | |
| Addon org.jboss.forge:addons,2.0.0-SNAPSHOT was installed succesfully. | |
| [forge]$ | |
| [forge]$ | |
| [forge]$ new-project | |
| [forge]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment