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

Try newer Wild Web Developer + LemMinX-Maven #845

Merged

Conversation

mickaelistria
Copy link
Contributor

No description provided.

@@ -34,7 +34,7 @@
<unit id="ch.qos.logback.slf4j" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/0.13.5/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
<repository location="https://download.eclipse.org/wildwebdeveloper/snapshots/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to update the referenced repo in the category.xml as well. Otherwise users have to install the snapshots separately.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather avoid having snapshots leaking in categoy.xml because we're very likely to forget about them. Snapshots are for testers, and testers will probably have to add the Wild Web Developer snapshot p2 repo by themselves. I think it's safer than the risk of having Wild Web Developer snapshots installed on all m2e users' machine if we forget about it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a point.

I wonder if we could use variables for the specific URL that is defined at one Location (maybe the root pom.xml or the .mvn/maven.config?) and shared by the *.target and category.xml file and is understood in the build and the IDE.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mickaelistria mickaelistria merged commit 720da14 into eclipse-m2e:master Jul 11, 2022
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.

3 participants