Skip to content

DGHLJ/archetype

 
 

Repository files navigation

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.

#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/pwangjing/mavenrepository/blob/master/

##parent project: mvn archetype:generate -DarchetypeRepository=https://github.com/pwangjing/mavenrepository/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/pwangjing/mavenrepository/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/pwangjing/mavenrepository/raw/master/releases -DarchetypeGroupId=com.archetype -DarchetypeArtifactId=jpa -DarchetypeVersion=1.0 -DgroupId= -DartifactId=<submodule artifact Id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.2%
  • JavaScript 48.1%
  • Shell 1.7%