Skip to content

Instantly share code, notes, and snippets.

@JohnLockwood
Created February 28, 2015 12:09
Show Gist options
  • Save JohnLockwood/f4889418071b8d13afb4 to your computer and use it in GitHub Desktop.
Save JohnLockwood/f4889418071b8d13afb4 to your computer and use it in GitHub Desktop.
Primefaces starter pom based on maven archetype -- bash script
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