mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.hantsy" -DarchetypeArtifactId="maven-archetype-jakartaee9" -DarchetypeVersion="1.0" -DinteractiveMode=false
GroupId | GroupIdio.github.hantsy |
---|---|
ArtifactId | ArtifactIdmaven-archetype-jakartaee9 |
Version | Version1.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.hantsy -DarchetypeArtifactId=maven-archetype-jakartaee9 -DarchetypeVersion=1.0 -DinteractiveMode=false