Skip to content

Instantly share code, notes, and snippets.

@tartalia
Last active November 1, 2015 15:50
Show Gist options
  • Select an option

  • Save tartalia/52b7a2e90abd7a5ab7f2 to your computer and use it in GitHub Desktop.

Select an option

Save tartalia/52b7a2e90abd7a5ab7f2 to your computer and use it in GitHub Desktop.
# 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