MVN

com.intellective.archetypes : unity7-maven-archetype

Maven & Gradle

Oct 09, 2020
0 stars

unity7-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.

mvn archetype:generate -DarchetypeGroupId=com.intellective.archetypes -DarchetypeArtifactId=unity7-maven-archetype -DarchetypeVersion=1.0.5
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellective.archetypes : unity7-maven-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.intellective.archetypes : unity7-maven-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
unity7-maven-archetype-1.0.5
unity7-maven-archetype-1.0.4
unity7-maven-archetype-1.0.3
unity7-maven-archetype-1.0.2
unity7-maven-archetype-1.0.1
unity7-maven-archetype-1.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.intellective.archetypes -DarchetypeArtifactId=unity7-maven-archetype -DarchetypeVersion=1.0.5

Advertisement