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 |
GroupIdnet.cofares.ljug |
ArtifactId |
ArtifactIdcnamliban-pojo-archetype |
Version |
Version1.0 |
Type |
Typemaven-archetype |
How to add to project