MVN

io.github.parj : createk8syaml-maven-plugin

Maven & Gradle

Sep 19, 2020
0 stars

createk8syaml-maven-plugin · Maven plugin to generate a minimal Kuberenetes deployment, service and ingress file

<plugin>
    <groupId>io.github.parj</groupId>
    <artifactId>createk8syaml-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.parj : createk8syaml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of io.github.parj : createk8syaml-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
createk8syaml-maven-plugin-0.0.5
createk8syaml-maven-plugin-0.0.3
createk8syaml-maven-plugin-0.0.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.parj</groupId>
    <artifactId>createk8syaml-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>