MVN

dev.nullzwo : maven-processor-plugin

Maven & Gradle

Jul 30, 2019
0 stars

A maven plugin to process annotation for jdk6 at compile time This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

<plugin>
    <groupId>dev.nullzwo</groupId>
    <artifactId>maven-processor-plugin</artifactId>
    <version>3.3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.nullzwo : maven-processor-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.3.4

All Versions

Choose a version of dev.nullzwo : maven-processor-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3.x
maven-processor-plugin-3.3.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>dev.nullzwo</groupId>
    <artifactId>maven-processor-plugin</artifactId>
    <version>3.3.4</version>
</plugin>