MVN

net.sf.itcb.archetype : common-archetype

Maven & Gradle

Dec 30, 2010

common-archetype · Archetype that might be used by IT managers in order to create the common packages of custom IT. groupId, artifactId, package, version, companyMainGroupId, companyMainArtifactId, companyMainVersion, company, companyUrl have to be defined in archetype execution. By convention, we recommend to call this module common-"yourcompany".

mvn archetype:generate -DarchetypeGroupId=net.sf.itcb.archetype -DarchetypeArtifactId=common-archetype -DarchetypeVersion=0.0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.itcb.archetype : common-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of net.sf.itcb.archetype : common-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
common-archetype-0.0.1

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=net.sf.itcb.archetype -DarchetypeArtifactId=common-archetype -DarchetypeVersion=0.0.1