Hi,
can you check that compile-on-save is disabled?
you should be able to pass the output dir directly to javac, without
extra plugin.
something like this:
maven-compiler-plugin
${project.build.directory}/generated-sources/annotation-processors
if you fi
Hello,
so it seems that NetBeans will recognize the generated sources
as soon as they are in a directory like
xxx-ejb/target/generated-sources/hibernate-jpamodelgen/xxx/entity/Role_.java
but not in the real location
xxx-ejb/target/generated-sources/annotations/xxx/entity/Role_.java
NB sais the a