M

MavenParent

This project provides the best of maven easily consumable a maven parent project, called MavenParent. With this project you get: takari-lifecycle, which has a jdt based compiler that provides incremental recompilation, and proper APT support. Checkstyle and PMD checks that will work by default in eclipse with m2e-codequality. OWASP vulnerability checks of you 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 ning'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.
Files download
File Operation
MavenParent-1.0.1.pom download
MavenParent-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.salesforce.maven</groupId>
  <artifactId>MavenParent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.salesforce.maven:MavenParent:1.0.1'
Gradle Kotlin
implementation("com.salesforce.maven:MavenParent:1.0.1")
Scala SBT
libraryDependencies += "com.salesforce.maven" % "MavenParent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.salesforce.maven', module='MavenParent', version='1.0.1')
)
Apache Ivy
<dependency org="com.salesforce.maven" name="MavenParent" rev="1.0.1" />
Leiningen
[com.salesforce.maven/MavenParent "1.0.1"]
Apache Buildr
'com.salesforce.maven:MavenParent:jar:1.0.1'