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
Workaround for "m2e plugin sometimes 'loses' resources"
The Java Builder may delete files from the project output directory that
need to be re-created by the m2e Maven Builder.
With commit 8e5cd49,
any changes to the project output directory were ignored, leading to
unexpected errors when running an application after modifying the
project POM: resources were missing from the target classpath, leading
all sorts of unexpected program behavior.
This change allows marking these changes as relevant, as long as the
following conditions are met:
- The expected resource no longer exists (i.e., it was deleted by
another builder, plugin or outside process)
- The modification applies to a resource in the classes or test-classes
folder (i.e., outputLocation/testOutputLocation)
See #1511
See #1275
0 commit comments