tree: 6862921d1a77c0acfab533783fb485a6ce838bea
  1. src/
  2. pom.xml
  3. README.md
tools/content-archetype/README.md

Usage

Non-Windows

mvn archetype:generate -DarchetypeGroupId=org.apache.training -DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.1.0-SNAPSHOT

Windows

For Windows, you need to put each argument in double-quotes.

mvn archetype:generate "-DarchetypeGroupId=org.apache.training" "-DarchetypeArtifactId=content-archetype" "-DarchetypeVersion=1.1.0-SNAPSHOT"