Pawel Veselov created FELIX-6403:
------------------------------------
Summary: Maven doesn't authenticate during upload with bundle
plugin
Key: FELIX-6403
URL: https://issues.apache.org/jira/browse/FELIX-6403
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-5.1.2
Environment: Linux
Reporter: Pawel Veselov
To reproduce:
# Have a POM with the plugin (e.g.
[https://bitbucket.org/asomov/snakeyaml-engine/src)]
# Have a repository that requires upload authentication
# Configure repo credentials in ~/.m2/settings.xml
# Attempt to deploy using alternative repository:
{{mvn deploy -DskipTests=true
-DaltDeploymentRepository=repo.id::default::[https://repo.url|https://repo.url/]}}
The upload process does not attempt authentication in this case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)