mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DclassName="My-className" -DwithHibernate="My-withHibernate" -DarchetypeGroupId="fr.ybonnel" -DarchetypeArtifactId="simpleweb4j-archetype" -DarchetypeVersion="0.0.2" -DinteractiveMode=false
GroupId | GroupIdfr.ybonnel |
---|---|
ArtifactId | ArtifactIdsimpleweb4j-archetype |
Version | Version0.0.2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=fr.ybonnel -DarchetypeArtifactId=simpleweb4j-archetype -DarchetypeVersion=0.0.2 -DinteractiveMode=false