You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a maven project name in an uri to reference another target files does not work, if the foldername of the maven project is different than the project name.
Tycho supports several "fallbacks" here and it includes the maven project name already.
So have you made sure that the Maven Name really matches the Eclipse Project Name?
If yes, can you provide an integration-test to demonstrate the issue?
By the way it seems you are now using an URI target with mvn protocol, this works if you install m2e pde extensions to your IDE but you most likely need to install the target project and it needs to include the target file.
Using a maven project name in an uri to reference another target files does not work, if the foldername of the maven project is different than the project name.
Please see discussion #4730 for an example setup.
The workaround to use the maven coordinates works for the build but not in the IDE.
When opening such a target definition the PDE Target Editor shows:
Reading URI mvn:com.company:project.parent:11.0.0-SNAPSHOT:target failed: resolving artifact com.company:project.parent:target:11.0.0-SNAPSHOT failed
Thanks, Bye Peter
The text was updated successfully, but these errors were encountered: