MVN

com.idfconnect.devtools : artifact-property-plugin

Maven & Gradle

Oct 01, 2013

IDFC Artifact Property Plugin · A maven plug-in to obfuscate project artifacts using ProGuard (http://proguard.sourceforge.net/)

<plugin>
    <groupId>com.idfconnect.devtools</groupId>
    <artifactId>artifact-property-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.idfconnect.devtools : artifact-property-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.idfconnect.devtools : artifact-property-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
artifact-property-plugin-1.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.idfconnect.devtools</groupId>
    <artifactId>artifact-property-plugin</artifactId>
    <version>1.0</version>
</plugin>