MVN

de.davelee : ci-parent-pom

Maven & Gradle

Sep 09, 2020
0 stars

Parent POM for Continuous Integration with Java · This is a Maven Parent POM for Continuous Integration using Java. It has an analysis profile that can be called which runs Surefire for JUnit Tests, measures Code Coverage using JaCoCo (v2.0.x and higher) or Cobertura (v1.0.x), generates Documentation using JavaDoc and measures Code Quality using PMD, FindBugs and Checkstyle.

<dependency>
    <groupId>de.davelee</groupId>
    <artifactId>ci-parent-pom</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.davelee : ci-parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of de.davelee : ci-parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
ci-parent-pom-2.0.2
ci-parent-pom-2.0.1
ci-parent-pom-2.0.0
1.0.x
ci-parent-pom-1.0.1
ci-parent-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.davelee</groupId>
    <artifactId>ci-parent-pom</artifactId>
    <version>2.0.2</version>
</dependency>