mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.asrevo.archetypes"    -DarchetypeArtifactId="aws-microservice"    -DarchetypeVersion="0.0.3"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.asrevo.archetypes | 
    
| ArtifactId | ArtifactIdaws-microservice | 
    
| Version | Version0.0.3 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptionaws-microservice 
            Demo project for Spring Boot 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.asrevo.archetypes -DarchetypeArtifactId=aws-microservice -DarchetypeVersion=0.0.3 -DinteractiveMode=false