Skip to content

bsorrentino/maven-annotation-plugin

Repository files navigation

A maven plugin to process compile time annotation for jdk8 and above.

      Join the chat at https://gitter.im/bsorrentino/maven-annotation-plugin

This plugin helps to use from maven the new annotation processing integrated in java compiler provided from JDK8

This plugin was born as the 'alter ego' of maven apt plugin apt-maven-plugin

Documentation

Related plugin

plugin info
m2e-apt eclipse plugin from Jboss
m2e-annotations eclipse plugin

Develop an annotation processor

Releases

Date Version Info
Apr 12, 2024 Release 5.1 merge PR #104 - Fixed unchanged sources check.Thanks to AndreaBaroncelli
Sep 21, 2023 Release 5.0 fix #102 - Plugin validation issues on Maven 3.9
Jul 12, 2021 Release 5.0-rc3 merge PR #96 - Thanks to Ulysses Rangel RIbeiro
Jul 12, 2021 Release 5.0-jdk8-rc3 Maintenance release compatible with JDK8
Jun 28, 2021 Release 5.0-rc2 merge PR #95 - Thanks to Ulysses Rangel RIbeiro
Jun 28, 2021 Release 5.0-jdk8-rc2 Maintenance release compatible with JDK8
Feb 04, 2021 Release 5.0-rc1 fix issue #91 #92 #93
Feb 04, 2021 Release 5.0-jdk8-rc1 Maintenance release compatible with JDK8

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>x.x.x-SNAPSHOT</version>

   </plugin>


Releases History