Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save asd1245dss/f4352d127af1d92a1250f0348cf34983 to your computer and use it in GitHub Desktop.
Save asd1245dss/f4352d127af1d92a1250f0348cf34983 to your computer and use it in GitHub Desktop.
mvn -B -X archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=org.apache.karaf.archetypes -DarchetypeArtifactId=karaf-command-archetype -DarchetypeVersion=4.0.5 -DgroupId=com.wpg.demo -DartifactId=demo-karaf -Dversion=1.0-SNAPSHOT -Dpackage=com.wpg.demo.karaf -Dcommand=testKaraf -Ddescription="Test Karaf Archetype Command" -Dscope=test
@asd1245dss
Copy link
Author

This is the karaf maven archetypes command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment