MVN

com.idfconnect.devtools : idfc-proguard-maven-plugin

Maven & Gradle

Aug 26, 2013

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

<plugin>
    <groupId>com.idfconnect.devtools</groupId>
    <artifactId>idfc-proguard-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.idfconnect.devtools : idfc-proguard-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.idfconnect.devtools : idfc-proguard-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
idfc-proguard-maven-plugin-1.0.1
idfc-proguard-maven-plugin-1.0.0
0.8.x
idfc-proguard-maven-plugin-0.8.5
idfc-proguard-maven-plugin-0.8.3
idfc-proguard-maven-plugin-0.8.2

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>idfc-proguard-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>