levonk / pub-maven-archetypes

Public Maven archetypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Archetypes

#Description This project helps to create a multi-module maven project. It contains the following archetype.

  1. parent -- This is the parent project, it also creates a common module in the root parent.
  2. exectable-jar -- this is a submodule which creates fat executable jar.
  3. restful-api -- restful api archetype with spring boot and spring mvc
  4. webapp -- web application with spring mvc
  5. couchdb-design -- create couchdb design doc with couchdbapp.
  6. code quality definition files -- configuration for various code quality tools

#The following plugin and frameworks are pre configure.

  • Spring Boot
  • jacoco
  • findbug
  • testng
  • equalsverifier
  • mockito
  • checkers-quals
  • checkstyle
  • enforcer
  • pmd
  • cobertura
  • antrun
  • pojomatic
  • spring test framework

#Usage maven repository: https://github.com/DGHLJ/pub-maven-archetypes/blob/master/

##parent project: mvn archetype:generate -DarchetypeRepository=https://github.com/DGHLJ/pub-maven-archetypes-repo/raw/master/releases -DarchetypeGroupId=com.archetype -DarchetypeArtifactId=mvn-archetype-parent -DarchetypeVersion=1.0 -DgroupId= -DartifactId=<project artifact Id>

##executable-jar: mvn archetype:generate -DarchetypeRepository=https://github.com/DGHLJ/pub-maven-archetypes-repo/raw/master/releases -DarchetypeGroupId=com.archetype -DarchetypeArtifactId=executable-jar -DarchetypeVersion=1.0 -DgroupId= -DartifactId=<submodule artifact Id>

##jpa: mvn archetype:generate -DarchetypeRepository=https://github.com/DGHLJ/pub-maven-archetypes-repo/raw/master/releases -DarchetypeGroupId=com.archetype -DarchetypeArtifactId=jpa -DarchetypeVersion=1.0 -DgroupId= -DartifactId=<submodule artifact Id>

##restful API mvn archetype:generate -DarchetypeRepository=https://github.com/DGHLJ/pub-maven-archetypes-repo/raw/master/releases -DarchetypeGroupId=com.archetype -DarchetypeArtifactId=restful-service -DarchetypeVersion=1.0 -DgroupId= -DartifactId=<submodule artifact Id>

About

Public Maven archetypes


Languages

Language:Java 56.9%Language:JavaScript 38.6%Language:Shell 2.7%Language:CSS 1.8%