mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="nl.xymion.maven.archetypes"    -DarchetypeArtifactId="minecraft-plugin-archetype"    -DarchetypeVersion="0.0.2"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdnl.xymion.maven.archetypes | 
    
| ArtifactId | ArtifactIdminecraft-plugin-archetype | 
    
| Version | Version0.0.2 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionArchetype - minecraft-plugin-archetype 
            A simple archetype for creating Minecraft plugins. This archetype creates dynamic content. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=nl.xymion.maven.archetypes -DarchetypeArtifactId=minecraft-plugin-archetype -DarchetypeVersion=0.0.2 -DinteractiveMode=false