Skip to content

Commit

Permalink
Merge branch 'release/3.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Apr 10, 2017
2 parents 9d4e359 + 063f735 commit 71d314c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@
<img src="https://img.shields.io/github/stars/bsorrentino/maven-annotation-plugin.svg">&nbsp;<a href="https://github.com/bsorrentino/maven-annotation-plugin/issues"><img src="https://img.shields.io/github/issues/bsorrentino/maven-annotation-plugin.svg">
</a>&nbsp;

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

This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/

### [Documentation - v3](http://bsorrentino.github.io/maven-annotation-plugin/index.html)
### Documentation

### [Old documentation - v2](http://bsorrentino.github.io/maven-annotation-plugin/site2/index.html)
* [Version 3](http://bsorrentino.github.io/maven-annotation-plugin/index.html)

* [Version 2 (old)](http://bsorrentino.github.io/maven-annotation-plugin/site2/index.html)

## Related plugin ##
| [m2e-apt](https://github.com/jbosstools/m2e-apt) | eclipse plugin from Jboss |
|:-------------------------------------------------|:--------------------------|
| [m2e-annotations](https://github.com/ilx/m2e-annotations) | eclipse plugin |
[m2e-apt](https://github.com/jbosstools/m2e-apt) | eclipse plugin from Jboss
----|----
[m2e-annotations](https://github.com/ilx/m2e-annotations) | eclipse plugin

## Releases ##
Apr 10,2017 | **Release 3.3**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.3%7Cmaven-plugin)** |
----|----|----

* [Issue 64](https://github.com/bsorrentino/maven-annotation-plugin/issues/64) - Add option to `fork` for JDK9 support
* [Issue 65](https://github.com/bsorrentino/maven-annotation-plugin/issues/65) - Add support for `maven-toolchains-plugin`

|Oct 7,2016 | **Release 3.2.0**. | Available on **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.maven%7Cmaven-processor-plugin%7C3.2.0%7Cmaven-plugin)** |
|:-----------|:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------|

Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<name>MAVEN PROCESSOR PLUGIN - ${project.version}</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down Expand Up @@ -243,9 +243,9 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<build>
<plugins>
<!--
=====================================================================
mvn -Prelease release:perform -Darguments=-Dgpg.passphrase=thephrase
=====================================================================
========================================================================
mvn source:jar javadoc:jar deploy -P release -Dgpg.passphrase=thephrase
========================================================================
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -287,6 +287,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<!--
=====================================================
DEPLOY SITE TO GITHUB
mvn site -P report
=====================================================
-->

Expand Down
11 changes: 1 addition & 10 deletions src/site/apt/usage.apt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@ Repository

<pluginRepositories>

<!-- THIS REPOSITORY IS NOT LONGER VALID
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</pluginRepository>
-->

<!-- IF YOU WANT STAY TUNED ON UPDATE REMOVE COMMENT -->
<!-- IF YOU WANT STAY TUNED ON UPDATE REMOVE COMMENT -->

<pluginRepository>
<id>sonatype-repo</id>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-test</artifactId>
<version>3.3-SNAPSHOT</version>
<version>3.3</version>
<packaging>jar</packaging>
<name>MAVEN PROCESSOR PLUGIN TEST- ${project.version}</name>
<description></description>
Expand Down

0 comments on commit 71d314c

Please sign in to comment.