Tycho failed to resolve target definition file for zipped P2 repository if authentication is required #1191
-
I am trying to use a zipped P2 repository, which was uploaded into a private NEXUS server inside a RAW repository.
What we already tested (Thanks @cdietrich for additional tests) :
I am using Java 11 and tycho version 2.7.4 The server is configured in settings.xml like that:
I have the repository defined in my configuration POM and it uses the same id used in settings.xml:
Finally, the repository is defined in the target platform file:
The above setup is based on Tycho - Target_Platform and Tycho - Authentication and Mirrors documentation. In special the following paragraph:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
i did some remote debugging and saw the the
so the code that sets up auth may not be called at all |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
mvn:<groupid>:<artifactid>:<version>:zip
instead