mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="io.github.davidwhitlock.cs410J"    -DarchetypeArtifactId="airline-archetype"    -DarchetypeVersion="2022.3.0"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.github.davidwhitlock.cs410J | 
    
| ArtifactId | ArtifactIdairline-archetype | 
    
| Version | Version2022.3.0 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptionairline-archetype 
            Example Java Code for CS410J: Advanced Java Programming at Portland State University 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=airline-archetype -DarchetypeVersion=2022.3.0 -DinteractiveMode=false
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 | 
| org.hamcrest : hamcrest | jar | 2.2 | 
| org.mockito : mockito-core | jar | 4.5.1 |