mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DpropertyNamespace="My-propertyNamespace" -DshortNamespace="My-shortNamespace" -DinceptionYear="My-inceptionYear" -DserviceArtifactId="My-serviceArtifactId" -DserviceVersion="My-serviceVersion" -DdataSource="My-dataSource" -DclientArtifactId="My-clientArtifactId" -DclientVersion="My-clientVersion" -DarchetypeGroupId="org.eurekaclinical" -DarchetypeArtifactId="eurekaclinical-webapp-archetype" -DarchetypeVersion="1.0-Alpha-11" -DinteractiveMode=false
GroupId | GroupIdorg.eurekaclinical |
---|---|
ArtifactId | ArtifactIdeurekaclinical-webapp-archetype |
Version | Version1.0-Alpha-11 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.eurekaclinical -DarchetypeArtifactId=eurekaclinical-webapp-archetype -DarchetypeVersion=1.0-Alpha-11 -DinteractiveMode=false