Create Java project with Maven archetype choonchernlim-archetype-jar

Groovy-based JAR archetype with Spring Boot and CI integration

Create a Java Project by archetype choonchernlim-archetype-jar with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.choonchernlim"   -DarchetypeArtifactId="choonchernlim-archetype-jar"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Details about maven archetype choonchernlim-archetype-jar

License

License

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

choonchernlim-archetype-jar
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

choonchernlim-archetype-jar
Groovy-based JAR archetype with Spring Boot and CI integration
Project URL

Project URL

https://github.com/choonchernlim/choonchernlim-archetype-jar
Project Organization

Project Organization

Pivotal Software, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.choonchernlim -DarchetypeArtifactId=choonchernlim-archetype-jar -DarchetypeVersion=2.0.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.