muh6mm3d / jannocessor

Automatically exported from code.google.com/p/jannocessor
Other
3 stars 1 forks source link

Create Maven plugin to run JAnnocessor #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently maven-annotation-plugin is used to run JAnnocessor as APT-based 
annotation processor. It is a great plugin and proved to be very useful for 
configuring and running JAnnocessor, but its generic annotation processing 
nature limits the possibilities of JAnnocessor execution.

Thus, a new Maven plugin is needed that will basically do the same as 
maven-annotation-plugin, but will run specifically JAnnocessor, and can be 
extended with more JAnnocessor-specific functionalities.

The end result will be simplified Maven configuration and more configuration 
options.

Original issue reported on code.google.com by nikolce.mihajlovski on 5 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 5 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by nikolce.mihajlovski on 5 Dec 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Implemented in v0.7.0.

Original comment by nikolce.mihajlovski on 13 May 2012 at 9:55