I need to access a Maven repo which requires HTTP Basic Auth (no https). Is there a way to configure the HTTP headers from the pom.xml (or anywhere in the project) directly? I do not want to modify the settings.xml, since that would lead to structural changes in our deployment process.
Is there a way to achieve that?