Open efferre79 opened 14 hours ago
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?