[
https://issues.apache.org/jira/browse/CONNECTORS-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229560#comment-14229560
]
Maurizio Pillitu commented on CONNECTORS-1105:
----------------------------------------------
Simply adding the following in ~/.m2/settings.xml solved the issue; every
Apache committer has granted access on repository.apache.org
{noformat}
<servers>
....
<server>
<id>apache.snapshots.https</id>
<username>maoo</username>
<password>my_pwd</password>
</server>
</servers>
{noformat}
Unfortunately it seems that I don't have enough karma to write on it; I'll keep
on investigating.
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on
project mcf-parent: Failed to deploy artifacts: Could not transfer artifact
org.apache.manifoldcf:mcf-parent:pom:2.0-20141201.090528-1 from/to
apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Access denied
to:
https://repository.apache.org/content/repositories/snapshots/org/apache/manifoldcf/mcf-parent/2.0-SNAPSHOT/mcf-parent-2.0-20141201.090528-1.pom,
ReasonPhrase: Forbidden.
{noformat}
> Add maven delivery targets to poms
> ----------------------------------
>
> Key: CONNECTORS-1105
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1105
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Build
> Affects Versions: ManifoldCF 1.8
> Reporter: Karl Wright
> Assignee: Maurizio Pillitu
> Fix For: ManifoldCF 2.0
>
>
> We've been asked to deliver mcf jars and wars to maven central repository by
> some developers. This ticket represents that work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)