MVN

net.sf.itcb.archetype : main-archetype

Maven & Gradle

Dec 30, 2010

main-archetype · Archetype that might be used by IT managers in order to create the base of custom IT. archetypeId, groupId, version, company and companyUrl have to be defined in archetype execution. By convention, we recommend to call this module main-"yourcompany".

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
main-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=net.sf.itcb.archetype -DarchetypeArtifactId=main-archetype -DarchetypeVersion=1.0.0