m2e-apt icon indicating copy to clipboard operation
m2e-apt copied to clipboard

Maven integration with Eclipse JDT Annotation Processor Toolkit

Results 19 m2e-apt issues
Sort by recently updated
recently updated
newest added

In some cases, projects needs a .factorypath, because it is customized. For example they could need an Eclipse plugin as an annotation processor in Eclipse builds, which cannot be added...

I've installed m2e-apt in Eclipse Mars, and am running into the following error: ``` Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure error: Bad service configuration file, or exception thrown while constructing Processor...

When uninstalling m2e-apt (to try and diagnose build issues), the workspace is left in a corrupted state. All poms now have the following error: ``` Project configurator "org.jboss.tools.maven.apt.MavenCompilerAptProjectConfigurator" required by...

I have an Annotation Processor that reports errors and warnings. Using the native Eclipse integration, errors and warnings are shown in both the Editor and Problems view, but using the...

There exist annotation processors which are not declared in `META-INF/services/javax.annotation.processing.Processor`. These processors need to be explicitly selected using the `maven-compiler-plugin`’s [`` configuration element](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#annotationProcessors) (the equivalent of `javac`’s `-processor `). AFAICT,...

enhancement
upstream

I have a project that generates sources correctly when it's opened alone, but if I import its dependencies in Eclipse, it can no longer geneate sources. That's because the generated...

I have a project that uses QueryDSL. I'm trying to use QueryDelegate to extend the generated code for OffsetDateTime. m2e-apt produces different results depending on whether Eclipse is executing a...

![image](https://user-images.githubusercontent.com/1005544/48637733-98a63700-e99c-11e8-8c53-e4057ad5e05c.png)

enhancement
build

After a maven refresh annotation processors cannot find resources in the classpath (ie files in `src/main/resources`). Eclipse 4.12 and m2e-apt 1.5.2 This might be related to: https://github.com/jbosstools/m2e-apt/issues/67 The original bug...