mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DunityVersion="My-unityVersion" -DarchetypeGroupId="com.intellective.archetypes" -DarchetypeArtifactId="unity7-maven-archetype" -DarchetypeVersion="1.0.5" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.intellective.archetypes |
ArtifactId | ArtifactIdunity7-maven-archetype |
Version | Version1.0.5 |
Type | Typemaven-archetype |
Description |
Descriptionunity7-maven-archetype
Unity 7 Archetype allows to create a structure for the application project based on the platform.
It includes multi-module Maven project, a module for handling configuration, and
the Docker image module.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.intellective.archetypes -DarchetypeArtifactId=unity7-maven-archetype -DarchetypeVersion=1.0.5 -DinteractiveMode=false