Last active
August 29, 2015 14:19
-
-
Save canhnt/b83eafda37bd32e6999f to your computer and use it in GitHub Desktop.
Generate Hippo essential project (10GA milestone1)
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.onehippo.cms7 \ | |
-DarchetypeArtifactId=hippo-project-archetype \ | |
-DarchetypeVersion=2.01.02-milestone-1 \ | |
-DarchetypeRepository=http://maven.onehippo.com/maven2 |
Archetype for 10.0.2 GA
mvn archetype:generate
-DarchetypeGroupId=org.onehippo.cms7
-DarchetypeArtifactId=hippo-project-archetype
-DarchetypeVersion=3.0.0
-DarchetypeRepository=http://maven.onehippo.com/maven2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvn archetype:generate
-DarchetypeGroupId=org.onehippo.cms7
-DarchetypeArtifactId=hippo-project-archetype
-DarchetypeVersion=2.01.02-milestone-2
-DarchetypeRepository=http://maven.onehippo.com/maven2