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

allow m2e to recognize xtext-gen folders as source folders as specifi… #64

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Leative
Copy link
Collaborator

@Leative Leative commented Nov 3, 2020

…ed by build-helper-maven-plugin for mdeo xtext plugin; ignore fmt-maven-plugin in m2e

Ignoring fmt-maven-plugin should be no problem. Worst case, the code is not formatted correctly and the next command line build or manual execution of the plugin will fix it. In my opinion, better than letting Eclipse people find out what's going on by themselves.

For the MDEO xtext plugin I removed the part of the lifecycle mapping which ignored the add-source, add-test-source goals of build-helper-maven-plugin. I am not sure why those ignores were added. At least in current versions of m2e there is a dedicated connector for the build-helper-plugin which should be installed. Otherwise, the generated xtext-gen folders are not added as source folders in Eclipse which causes a myriad of errors after import.

I will send a proposal for the Developers Instructions of github.io taking those changes into account.

…ed by build-helper-maven-plugin for mdeo xtext plugin; ignore fmt-maven-plugin in m2e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant