mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DmoduleKey="My-moduleKey"    -DmoduleName="My-moduleName"    -DarchetypeGroupId="org.apache.marmotta"    -DarchetypeArtifactId="marmotta-archetype-module"    -DarchetypeVersion="3.4.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.apache.marmotta | 
| ArtifactId | ArtifactIdmarmotta-archetype-module | 
| Version | Version3.4.0 | 
| Type | Typemaven-archetype | 
| Description | DescriptionApache Marmotta Archetype: Module This Maven Archetype allows creating the basic structure for an Marmotta Module | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.marmotta -DarchetypeArtifactId=marmotta-archetype-module -DarchetypeVersion=3.4.0 -DinteractiveMode=false| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.marmotta : marmotta-core | jar | 3.4.0 | 
| javax.servlet : javax.servlet-api | jar | 3.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.hamcrest : hamcrest-core | jar | 1.3 |