The password is defined for the repo ID: java.net-m2-repository
The upload goes to the repo ID: repo.jenkins-ci.org

Am I missing something here? Isn't this the problem?


> On 15.01.2017, at 10:05, Irfan Sayed <irfu.sa...@gmail.com> wrote:
> 
>   <servers xmlns="http://maven.apache.org/SETTINGS/1.1.0";>
>     <server>
>       <username>irfanjs</username>
>       <password>***</password>
>       <id>java.net-m2-repository</id>
>     </server>
>   </servers>
>   <mirrors xmlns="http://maven.apache.org/SETTINGS/1.1.0";>
>     <mirror>
>       <mirrorOf>m.g.o-public</mirrorOf>
>       <url>https://repo.jenkins-ci.org/public/</url>
>       <id>repo.jenkins-ci.org</id>
>     </mirror>
>   </mirrors>
>   <profiles xmlns="http://maven.apache.org/SETTINGS/1.1.0";>
>     <profile>
>       <activation>
>         <activeByDefault>true</activeByDefault>
>       </activation>
>       <repositories>
>         <repository>
>           <id>repo.jenkins-ci.org</id>
>           <url>https://repo.jenkins-ci.org/public/</url>
>         </repository>
>       </repositories>
>       <pluginRepositories>
>         <pluginRepository>
>           <id>repo.jenkins-ci.org</id>
>           <url>https://repo.jenkins-ci.org/public/</url>
>         </pluginRepository>
>       </pluginRepositories>
>       <id>jenkins</id>
>     </profile>
>   </profiles>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/C0589EF7-13BC-4F5C-A3DC-3DB79B4E0B3F%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to