-
Notifications
You must be signed in to change notification settings - Fork 18
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
Could not resolve target platform specification artifact org.eclipse.emf:org.eclipse.emf.mwe2.target:target:2.20.0 #315
Comments
Can you ask this in tycho |
Is the target deployed to central at all |
Tycho 275 is also quite old |
And what is your actual goal |
I am working in Gentoo and using an automatic tool (java-ebuilder) to package java libraries. The tool is using maven to discover dependencies on the library to be packaged. The same command based on maven works for other libraries of the group org.eclipse.emf but I am facing this specific issue with org.eclipse.emf.mwe.utils-1.14.0. I have found the mew.utils POM in the central which is quite updated (16 Nov 2024), instead it looks like that the target artifacts available there are quite old (latest is version 2.8.3). |
Can you just run our complete build as in jenkinsfile. Imdont think tycho can just build a single subproject |
And how do you do this with other tycho based builds where artifacts depend on each other |
I am trying to use the POM org.eclipse.emf.mwe.utils-1.14.0.pom with maven 3.9.9:
but I get the error in the title. Here is the full debug output:
The same command works for other POMs, is something wrong in the POM itself?
The text was updated successfully, but these errors were encountered: