MVN

cn.pivoto.polaris.plugins : properties-maven-plugin

Maven & Gradle

May 08, 2024
<!-- https://mavenlibs.com/maven/plugin/cn.pivoto.polaris.plugins/properties-maven-plugin -->
<plugin> <groupId>cn.pivoto.polaris.plugins</groupId> <artifactId>properties-maven-plugin</artifactId> <version>3.1.36</version> </plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.pivoto.polaris.plugins : properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.36

All Versions

Choose a version of cn.pivoto.polaris.plugins : properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
properties-maven-plugin-3.1.36

How to add a plugin to Maven

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

<plugin>
    <groupId>cn.pivoto.polaris.plugins</groupId>
    <artifactId>properties-maven-plugin</artifactId>
    <version>3.1.36</version>
</plugin>