MVN

com.telenav.cactus.metadata : cactus-metadata-maven-plugin

Maven & Gradle

Dec 08, 2022
0 stars

Generates build.properties and project.properties into target/classes.

<plugin>
    <groupId>com.telenav.cactus.metadata</groupId>
    <artifactId>cactus-metadata-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.cactus.metadata : cactus-metadata-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.telenav.cactus.metadata : cactus-metadata-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cactus-metadata-maven-plugin-1.0.3
cactus-metadata-maven-plugin-1.0.2
cactus-metadata-maven-plugin-1.0.1
cactus-metadata-maven-plugin-1.0.0

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.telenav.cactus.metadata</groupId>
    <artifactId>cactus-metadata-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>