You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2015/01/16 14:16:12 UTC

Can't push a snapshot for Apache Nifi to repository.apache.org

I'm a bit puzzled.

I can deploy a staged release for org.apache.nifi, but I can't push a
snapshot, I get permission denied.

Error:

 https://repository.apache.org/content/repositories/snapshots/org/apache/nar-maven-plugin/0.0.2-test-incubating-SNAPSHOT/nar-maven-plugin-0.0.2-test-incubating-20150116.131426-1.jar,
ReasonPhrase: Forbidden.

I happen to be using the nexus-staging-plugin for this, and I have
credentials set up in settings.xml.

           <plugin>
             <groupId>org.sonatype.plugins</groupId>
             <artifactId>nexus-staging-maven-plugin</artifactId>
             <version>1.6.5</version>
             <extensions>true</extensions>
             <configuration>
               <serverId>repository.apache.org</serverId>
               <nexusUrl>https://repository.apache.org/</nexusUrl>
             </configuration>
           </plugin>


Any clues?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Can't push a snapshot for Apache Nifi to repository.apache.org

Posted by Benson Margulies <bi...@gmail.com>.
Please ignore this, I see what I screwed up.

On Fri, Jan 16, 2015 at 8:16 AM, Benson Margulies <bi...@gmail.com> wrote:
> I'm a bit puzzled.
>
> I can deploy a staged release for org.apache.nifi, but I can't push a
> snapshot, I get permission denied.
>
> Error:
>
>  https://repository.apache.org/content/repositories/snapshots/org/apache/nar-maven-plugin/0.0.2-test-incubating-SNAPSHOT/nar-maven-plugin-0.0.2-test-incubating-20150116.131426-1.jar,
> ReasonPhrase: Forbidden.
>
> I happen to be using the nexus-staging-plugin for this, and I have
> credentials set up in settings.xml.
>
>            <plugin>
>              <groupId>org.sonatype.plugins</groupId>
>              <artifactId>nexus-staging-maven-plugin</artifactId>
>              <version>1.6.5</version>
>              <extensions>true</extensions>
>              <configuration>
>                <serverId>repository.apache.org</serverId>
>                <nexusUrl>https://repository.apache.org/</nexusUrl>
>              </configuration>
>            </plugin>
>
>
> Any clues?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org