MVN

com.github.stephenc.continuous : k2p-maven-plugin

Maven & Gradle

Mar 31, 2021
0 stars

Kubernetes To Properties Maven Plugin · A plugin that allows setting build properties from Kubernetes so that they are available for things like jetty:run or quarkus:dev

<plugin>
    <groupId>com.github.stephenc.continuous</groupId>
    <artifactId>k2p-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.continuous : k2p-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.github.stephenc.continuous : k2p-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
k2p-maven-plugin-1.4

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.stephenc.continuous</groupId>
    <artifactId>k2p-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>

Advertisement