DOC

org.bsc.maven : maven-processor-plugin

Maven & Gradle

Jul 12, 2021
4 usages
29 stars

MAVEN PROCESSOR PLUGIN (JDK8) · 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/

Table Of Contents

Latest Version

Download org.bsc.maven : maven-processor-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.bsc.maven : maven-processor-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
5.0
4.5
4.4
4.3
4.2
4.1
4.0
3.3.x
3.3
3.2.x
3.1.x
2.2.x
2.1.x
2.0.x
1.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file maven-processor-plugin-5.0-jdk8-rc3-javadoc.jar to maven-processor-plugin-5.0-jdk8-rc3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-processor-plugin-5.0-jdk8-rc3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maven-processor-plugin-5.0-jdk8-rc3-sources.jar" -d "maven-processor-plugin-5.0-jdk8-rc3-javadoc" -subpackages