Archetype (Java) - operator-mvn-archetype


GroupId

GroupId

io.radanalytics
ArtifactId

ArtifactId

operator-mvn-archetype
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Archetype (Java) - operator-mvn-archetype
Source Code Management

Source Code Management

https://github.com/jvm-operators/operator-mvn-archetypes

Download operator-mvn-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/io.radanalytics/operator-mvn-archetype/ -->
<dependency>
    <groupId>io.radanalytics</groupId>
    <artifactId>operator-mvn-archetype</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.radanalytics/operator-mvn-archetype/
implementation 'io.radanalytics:operator-mvn-archetype:0.0.8'
// https://jarcasting.com/artifacts/io.radanalytics/operator-mvn-archetype/
implementation ("io.radanalytics:operator-mvn-archetype:0.0.8")
'io.radanalytics:operator-mvn-archetype:jar:0.0.8'
<dependency org="io.radanalytics" name="operator-mvn-archetype" rev="0.0.8">
  <artifact name="operator-mvn-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.radanalytics', module='operator-mvn-archetype', version='0.0.8')
)
libraryDependencies += "io.radanalytics" % "operator-mvn-archetype" % "0.0.8"
[io.radanalytics/operator-mvn-archetype "0.0.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.

Build status License

Maven archetypes that can speed up the development of other JVM operators for Kubernetes and OpenShift.

Usage

  • Java operator:
mvn archetype:generate \
    -DgroupId=io.acme \
    -DartifactId=my-new-operator \
    -DarchetypeArtifactId=operator-mvn-archetype \
    -DarchetypeGroupId=io.radanalytics \
    -DarchetypeVersion=0.0.8
  • Scala operator
mvn archetype:generate \
    -DgroupId=io.acme \
    -DartifactId=my-new-scala-operator \
    -DarchetypeArtifactId=operator-scala-mvn-archetype \
    -DarchetypeGroupId=io.radanalytics \
    -DarchetypeVersion=0.0.8

By issuing the command above, you should be able to see new directory called my-new-operator (or my-new-scala-operator) with example operator, example Dockerfile, Makefile, etc.

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.0.8
0.0.4
0.0.1