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.

License

License

GroupId

GroupId

org.incode
ArtifactId

ArtifactId

incode-build
Last Version

Last Version

8
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/incodehq/incode-build

Download incode-build

Filename Size
incode-build-8.pom 21 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
org.incode

Incode

Enterprise open source software

Versions

Version
8
7
6
5
4
3
2.6
2.5
2.4
2.3
2.2
2.1
2
1