Operator Parent POM

parent pom.xml file that is supposed to be reused as parent pom in custom operators

License

License

GroupId

GroupId

io.radanalytics
ArtifactId

ArtifactId

operator-parent-pom
Last Version

Last Version

0.3.25
Release Date

Release Date

Type

Type

pom
Description

Description

Operator Parent POM
parent pom.xml file that is supposed to be reused as parent pom in custom operators
Project URL

Project URL

https://github.com/jvm-operators/operator-parent-pom
Source Code Management

Source Code Management

https://github.com/jvm-operators/operator-parent-pom

Download operator-parent-pom

How to add to project

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

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.

operator-parent-pom

Build status License

Common Maven parent pom file with dependency management, plugin management and properties.

Usage

In your maven pom.xml use this:

    <parent>
        <groupId>io.radanalytics</groupId>
        <artifactId>operator-parent-pom</artifactId>
        <version>x.y.z</version>
    </parent>

where x.y.z is the version of this artifact.

io.radanalytics
Toolkit for creating operators for Kubernetes and OpenShift in JVM languages. Example operators for Java, Scala, JavaScript, Kotlin, Groovy, Haskell.

Versions

Version
0.3.25
0.3.24
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.17
0.3.16
0.3.14
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.5
0.3.2
0.3.1
0.3.0
0.2.0
0.1.22
0.1.20
0.1.11
0.1.5