-
Notifications
You must be signed in to change notification settings - Fork 118
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
Enable the Tycho Baselineplugin for m2e #1116
Conversation
c68882a
to
4a70c7e
Compare
Revealed a bug in Tycho 4.0 |
Looks good 😃 But I think it would be good to split this into two commits, one to update to Tycho 4.0.0-SNAPSHOT+build adjustments and the second one to introduce the baseline repo. Just to have concerns a bit separated.
I wonder which jar in the M2E build does not have a Manifest? Ah ok, check the logs, it was a dependency^^ |
3fa8fe1
to
eed4b0e
Compare
5ec6dfc
to
69916ae
Compare
@HannesWell any idea why the build fails with version complaint? |
d6b8a5c
to
c5d6d68
Compare
Should work again now, with #1130. |
c5d6d68
to
913ade0
Compare
9931e14
to
210d905
Compare
210d905
to
51c2865
Compare
51c2865
to
512ce55
Compare
- org.eclipse.m2e.lemminx.feature has changed license text - org.eclipse.m2e.pde.feature has upgraded bnd lib - org.eclipse.m2e.sdk.feature includes the changed pde feature
I assume the test-failure is not really related to the maven build so we can merge this, all Tycho changes should be available now! |
This enables the new tycho-baseline-plugin for m2e to see how/if this works out and where Tycho must improve and test it on a real world example.