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

Give the pom and eclipse feature the same name. #1

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

Conversation

tedinski
Copy link

Right now, the pom.xml tells maven this artifact is called "org.eclipse.imp.imp.runtime.feature" (due to the groupId) and the feature.xml tells Tycho that this artifact is called "imp.runtime.feature". I couldn't figure out how to actually get an updatesite to successfully build with this as it is.

This patch changes both to agree on the name "org.eclipse.imp.runtime.feature".

I scanned through: https://github.com/search?q=%22imp.runtime.feature%22&type=Code&utf8=%E2%9C%93

It looks like the impacted projects as a result of this change would be the Rascal updatesite and feature:

https://github.com/cwi-swat/rascal-feature (feature.xml)
https://github.com/cwi-swat/rascal-update-site (category.xml and pom.xml)

Those would need references to this feature updated.

I'm still a little bit baffled that this works for you guys as-is. I couldn't get it to. This change fixes things for me, so I thought the issue was that Tycho was unable to find the Maven artifact because of the differing names. But if it works for you... maybe I'm also doing something else weird?

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