MVN

com.willowtreeapps.android.maven.plugins : lint-trap-maven-plugin

Maven & Gradle

Mar 17, 2014

Linttrap Android Maven Plugin · A maven plugin to run and configure the Android Lint tool.

<plugin>
    <groupId>com.willowtreeapps.android.maven.plugins</groupId>
    <artifactId>lint-trap-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.willowtreeapps.android.maven.plugins : lint-trap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.willowtreeapps.android.maven.plugins : lint-trap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
lint-trap-maven-plugin-1.0.4

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.willowtreeapps.android.maven.plugins</groupId>
    <artifactId>lint-trap-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>