не последняя версия
Последняя версия 2.0.1

com.salesforce.maven:MavenParent 1.0.11

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 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.

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.salesforce.maven
Идентификатор

Идентификатор

MavenParent
Версия

Версия

1.0.11
Тип

Тип

jar

Скачать MavenParent 1.0.11

Имя Файла Размер
MavenParent-1.0.11.pom 37 KB
MavenParent-1.0.11-tests.jar 714 bytes
MavenParent-1.0.11-sources.jar 434 bytes
Обзор

<!-- https://jarcasting.com/artifacts/com.salesforce.maven/MavenParent/ -->
<dependency>
    <groupId>com.salesforce.maven</groupId>
    <artifactId>MavenParent</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.maven/MavenParent/
implementation 'com.salesforce.maven:MavenParent:1.0.11'
// https://jarcasting.com/artifacts/com.salesforce.maven/MavenParent/
implementation ("com.salesforce.maven:MavenParent:1.0.11")
'com.salesforce.maven:MavenParent:jar:1.0.11'
<dependency org="com.salesforce.maven" name="MavenParent" rev="1.0.11">
  <artifact name="MavenParent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.maven', module='MavenParent', version='1.0.11')
)
libraryDependencies += "com.salesforce.maven" % "MavenParent" % "1.0.11"
[com.salesforce.maven/MavenParent "1.0.11"]