simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
137 stars 66 forks source link

add credentials for source repository #38

Closed boulik closed 6 years ago

mosabua commented 6 years ago

Can you remove the resolver update as it is unrelated and already implemented in another branch and soon to be merged to master? Then I can take a look and pull this change in.

boulik commented 6 years ago

Sorry, my fault. Done

mosabua commented 6 years ago

No problem. Does this work like that even if no credentials are set? Could you add something to the documentation?

boulik commented 6 years ago

Done.

mosabua commented 6 years ago

So it works transparently without credentials just as it did until now?

boulik commented 6 years ago

Yes. If you dont use credentials, AuthenticationBuilder doesnt create Authentication(or exactly returns null) so access to remote repository is without credentials.

mosabua commented 6 years ago

Thanks for confirming and the contribution.