Skip to content

Instantly share code, notes, and snippets.

@balamaci
Created May 5, 2017 15:54
Show Gist options
  • Save balamaci/fee0095089573280641243e26d1a9d48 to your computer and use it in GitHub Desktop.
Save balamaci/fee0095089573280641243e26d1a9d48 to your computer and use it in GitHub Desktop.
mvn archetype:generate \
-DarchetypeGroupId=org.codehaus.mojo.archetypes \
-DarchetypeArtifactId=pom-root \
-DgroupId=com.balamaci.reactive \
-DarchetypeVersion=RELEASE
#cd inside created dir above
mvn archetype:generate \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DgroupId=com.balamaci.reactive \
-DarchetypeVersion=RELEASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment