Create Java project with Maven archetype choonchernlim-archetype-webapp

Groovy-based Maven WAR archetype using Spring Boot with the capability of generating static code analysis reports for Continuous Integration servers.

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

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

Required parameters for generate java project:

tests
validationRegex: none

Details about maven archetype choonchernlim-archetype-webapp

License

License

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

choonchernlim-archetype-webapp
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

choonchernlim-archetype-webapp
Groovy-based Maven WAR archetype using Spring Boot with the capability of generating static code analysis reports for Continuous Integration servers.
Project URL

Project URL

https://github.com/choonchernlim/choonchernlim-archetype-webapp
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-webapp -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.