MVN

org.incode : incode-build

Maven & Gradle

Apr 18, 2019
0 stars

Incode Build Parent POM · This module defines a standard parent POM to use for various Incode applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs. Specifically this means locking down the versions of plugins using pluginManagement. It does NOT define any mixins for Apache Isis.

<dependency>
    <groupId>org.incode</groupId>
    <artifactId>incode-build</artifactId>
    <version>8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.incode : incode-build to add to Maven - Latest Versions:

  • Latest Stable: 8

All Versions

Choose a version of org.incode : incode-build to add to Maven - All Versions:

Version Vulnerabilities Updated
8
incode-build-8
7
incode-build-7
6
incode-build-6
5
incode-build-5
4
incode-build-4
3
incode-build-3
2.6
incode-build-2.6
2.5
incode-build-2.5
2.4
incode-build-2.4
2.3
incode-build-2.3
2.2
incode-build-2.2
2.1
incode-build-2.1
2
incode-build-2
1
incode-build-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.incode</groupId>
    <artifactId>incode-build</artifactId>
    <version>8</version>
</dependency>