My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

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 Documentation

News

From release 2.0.2 this plugin is available from MAVEN CENTRAL REPO

Created branch 1.3.x to continue to support maven2.x - Trunk has been moved to release 2.x that will support maven3 features

Releases

Sep 13,2011 Release 2.0.5. Available on MAVEN CENTRAL REPO

Aug 11,2011 Release 2.0.4. Available on MAVEN CENTRAL REPO

Jul 6,2011 Release 2.0.3. Available on MAVEN CENTRAL REPO

Apr 18,2011 Release 2.0.2. Available on MAVEN CENTRAL REPO

  • fixed  issue 23  - Publish to Maven Central - Thank you to Igor Vaynberg for support

Feb 25,2011 Release 2.0.1. Available on INTERNAL MAVEN REPOSITORY

Dec 05,2010 Release 2.0.0. Available on JAVA.NET REPOSITORY

Aug 27,2010 Release 1.3.7. Available on JAVA.NET REPOSITORY

  • fixed  issue 25 - skip processing whether no source files found

Jun 17,2010 Release 1.3.6. Available on JAVA.NET REPOSITORY

May 18,2010 Release 1.3.5. Available on JAVA.NET REPOSITORY

  • fixed  issue 12 - support output class folder directly in configuration

May 4,2010 Release 1.3.4. Available from maven

fixed  issue 20 - add plugin dependencies to processor classpath

Apr 23,2010 Release 1.3.3. Available from maven

fixed  issue 19  - possible disable diagnostic output

Apr 11,2010 Release 1.3.2. Available from maven

fixed  issue 17  skip when packaging is pom (useful to add plugin declaration in parent pom)

Feb 04,2010 Release 1.3.1. Available from maven

fixed  issue 15  add failOnError parameter

import maven dependency

If you want stay tuned on each update, use the SNAPSHOT version as shown below

   <plugin>
      <groupId>org.bsc.maven</groupId>
      <artifactId>maven-processor-plugin</artifactId>
      <version>1.3.8-SNAPSHOT</version>

   </plugin>
 

Old Releases

Jan 22,2010 Release 1.3. Available from maven
Nov 25,2009 Release 1.2. Available from maven
Nov 08,2009 Release 1.1. Available from maven
Nov 08,2009 Release 1.0. Available from maven

Powered by Google Project Hosting