Create Java project with Maven archetype 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

Create a Java Project by archetype cnamliban-pojo-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.cofares.ljug"   -DarchetypeArtifactId="cnamliban-pojo-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype cnamliban-pojo-archetype

GroupId

GroupId

net.cofares.ljug
ArtifactId

ArtifactId

cnamliban-pojo-archetype
Version

Version

1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.cofares.ljug -DarchetypeArtifactId=cnamliban-pojo-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false