Re: jpa metamodelgen in maven project

2024-11-15 Thread Michael Bien
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

Re: jpa metamodelgen in maven project

2024-11-14 Thread Tom Eicher
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