• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

bsorrentino/maven-annotation-plugin: A maven plugin to process annotation from j ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

bsorrentino/maven-annotation-plugin

开源软件地址(OpenSource Url):

https://github.com/bsorrentino/maven-annotation-plugin

开源编程语言(OpenSource Language):

HTML 39.7%

开源软件介绍(OpenSource Introduction):

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
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
Dec 22, 2020 Release 4.5 fix issue #90
Dec 22, 2020 Release 4.5-jdk8 Maintenance release compatible with JDK8
Oct 01, 2020 Release 4.4 merge PR #87. Thanks to Martijn Dashorst
Oct 01, 2020 Release 4.4-jdk8 Maintenance release compatible with JDK8
Sep 25, 2020 Release 4.3 merge PR #85. Thanks to Martijn Dashorst
Aug 03, 2020 Release 4.2 merge PR #84. Thanks to DemonicTutor
Aug 03, 2020 Release 4.2-jdk8 Maintenance release compatible with JDK8
Jul 30, 2020 Release 4.1 Release based on JDK9 and above
Jul 30, 2020 Release 4.1-jdk8 Maintenance release compatible with JDK8
Jul 21, 2020 Release 4.0-jdk8 Maintenance release compatible with JDK8
Jul 18, 2020 Release 4.0 Release based on JDK9 and above
Apr 17, 2020 Release 4.0-rc1
Mar 02, 2020 Release 4.0-beta1

History

Aug 12,2018 Release 3.3.3. Available on MAVEN CENTRAL REPO
  • Issue 75 - Add support for Java9 --release parameter
  • Issue 72 - How to solve multiple executions of plugin
Sep 7,2017 Release 3.3.2. Available on MAVEN CENTRAL REPO
Apr 11,2017 Release 3.3.1. Available on MAVEN CENTRAL REPO
  • Issue 66 - source 1.8 ignored
  • Issue 67 - options are not taking in consideration
Apr 10,2017 Release 3.3. Available on MAVEN CENTRAL REPO
  • Issue 64 - Add option to fork for JDK9 support
  • Issue 65 - Add support for maven-toolchains-plugin
Oct 7,2016 Release 3.2.0. Available on MAVEN CENTRAL REPO
  • Issue 63 - -sourcepath is not configured
Feb 2,2016 Release 3.1.0. Available on MAVEN CENTRAL REPO

Thanks to borisbrodski for contribution

Jun 28,2014 Release 3.1.0-beta1. Available on MAVEN CENTRAL REPO

This plugin use maven 3.1.0 runtime

  • Issue 56 - diagnostic message from NOTE to INFO
Jun 14,2013 Release 2.2.4. Available on MAVEN CENTRAL REPO
  • Issue 54 - diagnostic messages mapping
May 22,2013 Release 2.2.3. Available on MAVEN CENTRAL REPO
May 20,2013 Release 2.2.2. Available on MAVEN CENTRAL REPO
Apr 6,2013 Release 2.2.1. Available on MAVEN CENTRAL REPO
Apr 4,2013 Release 2.2.0. Available on MAVEN CENTRAL REPO
  • Issue 50 - support for scanning maven source artifacts. Thanks to ike.braun for patch
Jan 30,2013 Release 2.1.1. Available on MAVEN CENTRAL REPO
Nov 6,2012 Release 2.1.0. Available on MAVEN CENTRAL REPO
Oct 18,2012 Release 2.1.0-beta1. Available on MAVEN CENTRAL REPO
  • Issue 44 - move code to use maven 3 annotation
Oct 09,2012 Release 2.0.8. Available on MAVEN CENTRAL REPO
  • Issue 43 - @parameter for addOutputDirectoryToCompilationSources
Sep 01,2012 Release 2.0.7. Available on MAVEN CENTRAL REPO
Aug 07,2012 Release 2.0.6. Available on MAVEN CENTRAL REPO
Sep 13,2011 Release 2.0.5. Available on MAVEN CENTRAL REPO
  • fixed issue 35 - enhance options support
Aug 11,2011 Release 2.0.4. Available on MAVEN CENTRAL REPO
  • fixed issue 24 - add support of options
Jul 6,2011 Release 2.0.3. Available on MAVEN CENTRAL REPO
  • fixed issue 29 - Don't Swallow Cause. patch from eric.dalquist
  • fixed issue 30 - Be more lenient of missing source directories
  • fixed issue 31 - plugin respect classpath/dependency order
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
  • fixed issue 28 - add incudes/excludes feature
Dec 05,2010 Release 2.0.0. Available on JAVA.NET REPOSITORY
  • fixed issue 26 - Tested over maven3 release
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
  • fixed issue 22- support system properties
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>x.x.x-SNAPSHOT</version>

   </plugin>

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

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



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
prathibaclinic/maven-multi-modules发布时间:2022-08-17
下一篇:
T5750/maven-archetype-templates: Maven Archetype Templates发布时间:2022-08-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap