Created
February 28, 2015 12:09
-
-
Save JohnLockwood/f4889418071b8d13afb4 to your computer and use it in GitHub Desktop.
Primefaces starter pom based on maven archetype -- bash script
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 \ | |
-DarchetypeGroupId=org.apache.maven.archetypes \ | |
-DarchetypeArtifactId=maven-archetype-webapp \ | |
-DgroupId=com.codesolid.primefaces \ | |
-DartifactId=pom1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment