Last active
November 1, 2015 15:50
-
-
Save tartalia/52b7a2e90abd7a5ab7f2 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
| # Maven install on Ubuntu 14.04 | |
| sudo apt-add-repository -rm ppa:natecarlson/maven3 | |
| sudo-apt-get purge maven maven2 maven3 | |
| sudo-apt-get update | |
| sudo-apt-get install maven3 | |
| # Create a project for Wildfly using an official maven archetype. | |
| mvn archetype:generate -DarchetypeCatalog=https://repository.jboss.org/nexus/content/groups/public -Dfilter=wildfly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment