mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.apache.portals.pluto.archetype"    -DarchetypeArtifactId="bean-portlet-archetype"    -DarchetypeVersion="3.1.1"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.portals.pluto.archetype | 
    
| ArtifactId | ArtifactIdbean-portlet-archetype | 
    
| Version | Version3.1.1 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptionbean-portlet-archetype 
            Maven archetype for a bean portlet 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.portals.pluto.archetype -DarchetypeArtifactId=bean-portlet-archetype -DarchetypeVersion=3.1.1 -DinteractiveMode=false