m2e-apt
m2e-apt copied to clipboard
Maven integration with Eclipse JDT Annotation Processor Toolkit
We should explore a way to only load relevant jars to the JDT APT Factory Path. See if adding only the processor dependencies is enough to get JDT APT working.
Hi there ! I'm the author of [AndroidAnnotations](http://androidannotations.org), an APT library for Android projects. We currently suggest our Maven / Eclipse users to use the `maven-compiler-plugin` to get the build...
We should use the m2e conversion API to convert APT enabled projects to maven : - enabled if JDT APT is enabled on the project - add maven-processor-plugin configuration (as...
Hi, I'm trying to use this with https://github.com/jbossas/jboss-as in Eclipse 4.2.1 on OS X Lion . When building the project I get: Description Resource Path Location Type Internal compiler error:...
I had to do that manually to recover from https://github.com/jbosstools/m2e-apt/issues/19
Hi. I'm using Juno Service Release 2 with JBoss Tools 1.4.0 Final and Maven Integration for Eclipse JDT APT 1.0.1.201209200721 under JDK7 64bit on Windows 7. I have a multimodule...
A Maven project shouldn't need to have every dependency filename stored in the .factorypath file in version control. Entries referring to M2_REPO should be automatically created and updated if they...
Hi Fred, 1) users may only use maven-processor-plugin, they don't wish to get maven-compiler plugin automatically work, however the maven-compiler-plugin (at least as of version 2.3.2) will automatically perform annotation...
Currently there is no way to enforce the installation of m2e-apt through the pom.xml only. That would be possible with lifecycle-mapping. Could you make the m2e-apt Configurator the default for...
Hi, I've created an APT maven project to generate some code. I've succesfully tested this code from Maven and all seems to work fine. However, whenever I use the m2e-apt...