Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created April 30, 2021 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesuino/bea478ffab8448814fe346bb760b1c33 to your computer and use it in GitHub Desktop.
Save jesuino/bea478ffab8448814fe346bb760b1c33 to your computer and use it in GitHub Desktop.
mvn archetype:generate -B \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DarchetypeVersion=1.4 \
-DgroupId=org.kie.dashbuilder \
-DartifactId=population-dashboard \
-Dversion=1.0-SNAPSHOT \
-Dpackage=org.kie.dashbuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment