Created
May 8, 2013 17:39
-
-
Save wrpinheiro/5542126 to your computer and use it in GitHub Desktop.
Criando um projeto vazio do Maven com uma única linha
This file contains 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
mvn archetype:generate -B -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=<groupId> -DartifactId=<artifactId> -DpacakgeName=<packageName> -Dversion=1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment