tree: 2f157695839678cafd8ff05a64141855914f5ea3
  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"