You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
jboss-javaee6-webapp-archetype has a dependency on hibernate-jpamodelgen but jboss-javaee6-webapp-ear-archetype doesn't.
So when m2e-apt is installed we have target/generated-sources/foo/bar/Member_.java file generated on the web project, but not for the multimodule projet.
The behaviour should be consistent for both archetypes.
If annotation processing was to be disabled, you should then remove the ..factorypath config files
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jboss-javaee6-webapp-archetype
has a dependency onhibernate-jpamodelgen
butjboss-javaee6-webapp-ear-archetype
doesn't.So when m2e-apt is installed we have
target/generated-sources/foo/bar/Member_.java
file generated on the web project, but not for the multimodule projet.The behaviour should be consistent for both archetypes.
If annotation processing was to be disabled, you should then remove the .
.factorypath
config filesThe text was updated successfully, but these errors were encountered: