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
Just stumbled over this wonderful fork of already retired eclipse-maven plugin. Thanks for making this work!
I have the requirement to patch the generated .project to add a filteredResources tag at the end in order to exclude the node_modules directory containing symlinks to other projects.
Just stumbled over this wonderful fork of already retired eclipse-maven plugin. Thanks for making this work!
I have the requirement to patch the generated .project to add a
filteredResources
tag at the end in order to exclude thenode_modules
directory containing symlinks to other projects.This manual config works for me:
However, when calling again
mvn eclipse:eclipse
this is discarded again. Any chance to get it down in the plugin?The text was updated successfully, but these errors were encountered: