Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for filteredResources in generated .project file #2

Open
ggruber4711 opened this issue Mar 18, 2019 · 1 comment
Open

Comments

@ggruber4711
Copy link

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.

This manual config works for me:

	<filteredResources>
		<filter>
			<id>1552897905771</id>
			<name></name>
			<type>10</type>
			<matcher>
				<id>org.eclipse.ui.ide.multiFilter</id>
				<arguments>1.0-name-matches-false-false-node_modules</arguments>
			</matcher>
		</filter>
	</filteredResources>

However, when calling again mvn eclipse:eclipse this is discarded again. Any chance to get it down in the plugin?

@stefanseifert
Copy link
Member

we have not so much resources for active maintenance, but if you can come up with a PR for this feature we'll definitely have a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants