MVN

com.salesforce.maven : MavenParent

Maven & Gradle

Apr 24, 2021
9 stars

This project provides the best of maven easily consumable a maven parent project, called MavenParent. With this project you get: Checkstyle and PMD checks that will work by default in eclipse with m2e-code-quality. OWASP vulnerability checks of your dependencies. Easy application of BSD-3 clause license to all your code with mycila-license plugin. The ability to easily enforce semantic version on a jar project with japicmp. Prevent duplicates on your classpath with basepom's duplicate-finder. All of the above can be configured or disabled easily with properties, just check their docs, except takari. A whole slew of pretty maven reports including the above are generated in the maven site. The ability to easily deploy to oss nexus, and publish maven generated sites back to github's sites pages.

<dependency>
    <groupId>com.salesforce.maven</groupId>
    <artifactId>MavenParent</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.salesforce.maven : MavenParent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.salesforce.maven : MavenParent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
MavenParent-2.0.1
MavenParent-2.0.0
1.0.x
MavenParent-1.0.19
MavenParent-1.0.18
MavenParent-1.0.17
MavenParent-1.0.16
MavenParent-1.0.15
MavenParent-1.0.14
MavenParent-1.0.13
MavenParent-1.0.12
MavenParent-1.0.11
MavenParent-1.0.10
MavenParent-1.0.9
MavenParent-1.0.8
MavenParent-1.0.7
MavenParent-1.0.6
MavenParent-1.0.5
MavenParent-1.0.4
MavenParent-1.0.3
MavenParent-1.0.2
MavenParent-1.0.1
MavenParent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.salesforce.maven</groupId>
    <artifactId>MavenParent</artifactId>
    <version>2.0.1</version>
</dependency>

Advertisement