Skip to content

Instantly share code, notes, and snippets.

@canhnt
Last active August 29, 2015 14:19
Show Gist options
  • Save canhnt/b83eafda37bd32e6999f to your computer and use it in GitHub Desktop.
Save canhnt/b83eafda37bd32e6999f to your computer and use it in GitHub Desktop.
Generate Hippo essential project (10GA milestone1)
mvn archetype:generate \
-DarchetypeGroupId=org.onehippo.cms7 \
-DarchetypeArtifactId=hippo-project-archetype \
-DarchetypeVersion=2.01.02-milestone-1 \
-DarchetypeRepository=http://maven.onehippo.com/maven2
@canhnt
Copy link
Author

canhnt commented Jun 24, 2015

mvn archetype:generate
-DarchetypeGroupId=org.onehippo.cms7
-DarchetypeArtifactId=hippo-project-archetype
-DarchetypeVersion=2.01.02-milestone-2
-DarchetypeRepository=http://maven.onehippo.com/maven2

@canhnt
Copy link
Author

canhnt commented Jul 16, 2015

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