oliviercoma / fluent-builders-generator-eclipse-plugin

Automatically exported from code.google.com/p/fluent-builders-generator-eclipse-plugin
0 stars 0 forks source link

Add support to run as a Maven plugin #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add support to run the builder generator as a Maven plugin so that it can be 
run on any project that uses Maven as the build tool and is not tied to Eclipse.

Original issue reported on code.google.com by abhinav....@gmail.com on 25 Apr 2011 at 3:40

GoogleCodeExporter commented 8 years ago
Actually we're totally tied to eclipse API, and a lot of effort has to be done 
to change that - we're actually thinking about abstracting out the compilation 
API we use to have the same code for eclipse and other env solutions.

Original comment by kube...@gmail.com on 25 Apr 2011 at 9:20

GoogleCodeExporter commented 8 years ago
Jars that constitute the Eclipse platform are available in Maven repo too 
(http://repo1.maven.org/maven2/org/eclipse/). Can this be of any help?

Original comment by abhinav....@gmail.com on 26 Apr 2011 at 3:06