MVN

net.sf.czsem : custom-properties-maven-plugin

Maven & Gradle

Jun 27, 2022
1 stars

Custom Properties Maven Plugin

<plugin>
    <groupId>net.sf.czsem</groupId>
    <artifactId>custom-properties-maven-plugin</artifactId>
    <version>4.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.czsem : custom-properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.0.2
  • Latest Beta: 4.0.0-beta1
  • Latest Alpha: 3.0-alpha3

All Versions

Choose a version of net.sf.czsem : custom-properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
custom-properties-maven-plugin-4.0.2
custom-properties-maven-plugin-4.0.1
custom-properties-maven-plugin-4.0.0
custom-properties-maven-plugin-4.0.0-beta1
3.0.x
custom-properties-maven-plugin-3.0.2
custom-properties-maven-plugin-3.0.1
3.0
custom-properties-maven-plugin-3.0-beta1
custom-properties-maven-plugin-3.0-alpha3
custom-properties-maven-plugin-3.0-alpha2
custom-properties-maven-plugin-3.0-alpha1

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sf.czsem</groupId>
    <artifactId>custom-properties-maven-plugin</artifactId>
    <version>4.0.2</version>
</plugin>

Advertisement