MVN

net.cofares.ljug : cnamliban-pojo-archetype

Maven & Gradle

Nov 29, 2018
4 stars

cnamliban-pojo-archetype · An archetype for ISSAE Cnam Liban students for POJO projects. First version just for verifing and testing maven introductory cours. 1- it introduce parent pom for Cnam Liban net.cofares.ljug:forDeployCentral:1.0 2- Ready (but you need to register and create account) if you wich to publish to central repo throw oss.sonatype.org for any issue : https://github.com/ljug/java-tutorials/issues

mvn archetype:generate -DarchetypeGroupId=net.cofares.ljug -DarchetypeArtifactId=cnamliban-pojo-archetype -DarchetypeVersion=1.3
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.cofares.ljug : cnamliban-pojo-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of net.cofares.ljug : cnamliban-pojo-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.3
cnamliban-pojo-archetype-1.3
1.2
cnamliban-pojo-archetype-1.2
1.1
cnamliban-pojo-archetype-1.1
1.0
cnamliban-pojo-archetype-1.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.cofares.ljug -DarchetypeArtifactId=cnamliban-pojo-archetype -DarchetypeVersion=1.3

Advertisement