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
with #17 it was possible to add an id to a repository eg. for maven authentication via. settings.xml username/password combinations.
But the repo id was added as ((ID=ID)? which to my understanding fordes it be a unique identifier.
This turns out to be a problem, because we have a nexus repo server which hosts several diferent repositories, but with the same authentication credentials.
So writing something like this in the target file is basically perfectly fine and works:
We now moved to the newest Eclipse and Tycho which supports version ranges of artifacts directly in the target file. So this issue is no longer important for us.
Hi,
with #17 it was possible to add an id to a repository eg. for maven authentication via. settings.xml username/password combinations.
But the repo id was added as
((ID=ID)?
which to my understanding fordes it be a unique identifier.This turns out to be a problem, because we have a nexus repo server which hosts several diferent repositories, but with the same authentication credentials.
So writing something like this in the target file is basically perfectly fine and works:
But it's not possible to generate that from a .tpd file, because the editor claims the myrepo-id to be unique.
I could try to propose a pull request, if someone is willing to look at it.
Thank you.
Bye Peter
The text was updated successfully, but these errors were encountered: