mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="top.beanshell" -DarchetypeArtifactId="ram-webapp-with-mybatis-archetype" -DarchetypeVersion="1.0.5" -DinteractiveMode=false
GroupId | GroupIdtop.beanshell |
---|---|
ArtifactId | ArtifactIdram-webapp-with-mybatis-archetype |
Version | Version1.0.5 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=top.beanshell -DarchetypeArtifactId=ram-webapp-with-mybatis-archetype -DarchetypeVersion=1.0.5 -DinteractiveMode=false