Create Java project with Maven archetype jee6-servlet-minimal-archetype                            
                            Minimal Java EE application for servlet containers (Jetty,Tomcat) with a single page demo of CDI, JSF, JPA and Validation to verify everything works.
            
            
                                    Create a Java Project by archetype jee6-servlet-minimal-archetype with Command Line:
            
                mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.fluttercode.knappsack"   -DarchetypeArtifactId="jee6-servlet-minimal-archetype"   -DarchetypeVersion="1.0.5"   -DinteractiveMode=false 
             
            
            
            Details about maven archetype jee6-servlet-minimal-archetype
            
            
                
                    
    
        
    
    
        | GroupId | GroupIdorg.fluttercode.knappsack | 
    
        | ArtifactId | ArtifactIdjee6-servlet-minimal-archetype | 
            
            | Version | Version1.0.5 | 
        
        | Type | Typemaven-archetype | 
    
                        How to add to project