-
Notifications
You must be signed in to change notification settings - Fork 116
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
tycho configurators depend on m2e-core 1.4.0, cannot find the update site #917
Comments
There is only a minimum requirement to m2e 1.4 you can use any that is smaller than 2.0 But question is more: Why do you require "tycho project configurators"? |
I'd love to just bump the requirement version on m2e-core. However, we don't control that; it seems to be controlled by our requirement in the oomph setup: <requirement
name="org.sonatype.tycho.m2e.feature.feature.group" />
The short answer is, the IDE supports a RCP project built with maven / tycho, and without the project configurators, we get warnings in all of our pom.xml. However, they are only warnings: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (execution: default-clean-1, phase: initialize) pom.xml I'm content with leaving out the m2e connectors of our setup for now; however, it would be good to know where the update site for 1.4.0+ versions of m2e-core are. |
Unfortunately M2E does not provide a lifecycle-mapping for the
The content of older versions is still available, but it has been moved to the archive: Nevertheless the old links are still working and will be re-directed so they are still usable in targets or setups: |
Is this issue still relevant? |
I've published an m2eclipse-tycho 0.10.0 build, compatible with m2e 2.x, to this new update site: https://github.com/tesla/m2eclipse-tycho/releases/download/latest/ |
@fbricon actually m2e should come with everything needed fro Tycho, so the connector actually causes conflicts and should not be part of an "modern" Eclipse installation. |
off-the-shelf Tycho doesn't come with everything I need:
m2eclipse-tycho addresses those use cases and I haven't seen any conflict so far. |
If anything is missing we should address this.
This seems a general m2e issue then and should not require any connector at all.
This should actually addressed by
m2e disables the mappings of m2eclipse-tycho so you don't see any warnings but probably will see some code of that ignored. |
I'm closing it here as the issue doesn't seem to be about m2e but about some outdated connectors. |
Hi,
in JCrypTool, we apparently have a dependency from the tycho project configurators. Our oomph configuration ceased to install the Eclipse IDE with the following complaint:
I have tried to find an update site that ships m2e.core in version 1.4.0, but did not succeed. Are there any?
The text was updated successfully, but these errors were encountered: