Skip to content

A common Maven Parent for all GDCC and IQSS Java projects

License

Notifications You must be signed in to change notification settings

gdcc/maven-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-parent

A common Maven Parent for all GDCC and IQSS Java projects:

<parent>
    <groupId>io.gdcc</groupId>
    <artifactId>parent</artifactId>
    <version>x.y.z</version>
</parent>

Important variables

Maven Property Description
jdk.version The minimum Java version a project can be used with
skipUT Skip executing unit tests with Surefire
skipIT Skip executing integration tests with Failsafe

(There are more, docs to be done)

Profiles

Maven Profile Description
release Prepare a package for releasing to Maven Central
coverage Run JaCoCo, also contains some Sonar properties

About

A common Maven Parent for all GDCC and IQSS Java projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published