[
https://issues.apache.org/jira/browse/FELIX-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pawel Veselov updated FELIX-6403:
---------------------------------
Description:
To reproduce:
# Have a POM with the plugin (e.g.
[https://bitbucket.org/asomov/snakeyaml-engine/src], disable Sonatype plugin
for testing)
# Have a repository that requires upload authentication
# Configure repo credentials in ~/.m2/settings.xml
# Attempt to deploy using alternative repository:
{code}
mvn deploy -DskipTests=true
-DaltDeploymentRepository=repo.id::default::https://repo.url
{code}
The upload process does not attempt authentication in this case.
was:
To reproduce:
# Have a POM with the plugin (e.g.
[https://bitbucket.org/asomov/snakeyaml-engine/src], disable Sonatype plugin
for testing)
# 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}}
The upload process does not attempt authentication in this case.
> 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
> Priority: Major
>
> To reproduce:
> # Have a POM with the plugin (e.g.
> [https://bitbucket.org/asomov/snakeyaml-engine/src], disable Sonatype plugin
> for testing)
> # Have a repository that requires upload authentication
> # Configure repo credentials in ~/.m2/settings.xml
> # Attempt to deploy using alternative repository:
> {code}
> mvn deploy -DskipTests=true
> -DaltDeploymentRepository=repo.id::default::https://repo.url
> {code}
> The upload process does not attempt authentication in this case.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)