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
I'm having the wierd issue that as soon as a project contains the .mvn directory, resources from src/main/resources are no longer copied to target\classes. An empty .mvn folder is enough. I can reproduce this with a fresh 2022-12 Eclipse IDE for Java Developers by creating a new Maven project. Create a resource file and it ends up in target\classes. Create the .mvn directory, do a clean and the resource file is gone and won't reappear.
2022-03 doesn't have the issue yet.
The text was updated successfully, but these errors were encountered:
I'm having the wierd issue that as soon as a project contains the
.mvn
directory, resources fromsrc/main/resources
are no longer copied totarget\classes
. An empty.mvn
folder is enough. I can reproduce this with a fresh 2022-12 Eclipse IDE for Java Developers by creating a new Maven project. Create a resource file and it ends up intarget\classes
. Create the.mvn
directory, do a clean and the resource file is gone and won't reappear.2022-03 doesn't have the issue yet.
The text was updated successfully, but these errors were encountered: