Hi,
Please suggest if what can be done . i verified again all troubleshooting
step but all seems OK.

Regards,


On Sun, Jan 15, 2017 at 2:35 PM, Irfan Sayed <irfu.sa...@gmail.com> wrote:

> Thanks Christopher.
> howver, i tried plaintext and encrypted password as well but still no luck
> i enabled the debug mode but still it does not have any specific hint/clue
>
> here is the effective settings
> [INFO] Scanning for projects...
> [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is
> missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for
> org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
> org.eclipse.m2e:lifecycle-mapping:1.0.0
> or one of its dependencies could not be resolved: Failure to find
> org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in
> https://repo.jenkins-ci.org/public/ was cached in the local repository,
> resolution will not be reattempted until the update interval of
> repo.jenkins-ci.org has elapsed or updates are forced
> [INFO]
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Building Chef Sinatra Jenkins plugin 1.12-SNAPSHOT
> [INFO] ------------------------------------------------------------
> ------------
> [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is
> missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for
> org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
> org.eclipse.m2e:lifecycle-mapping:1.0.0
> or one of its dependencies could not be resolved: Failure to find
> org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in
> https://repo.jenkins-ci.org/public/ was cached in the local repository,
> resolution will not be reattempted until the update interval of
> repo.jenkins-ci.org has elapsed or updates are forced
> [INFO]
> [INFO] --- maven-help-plugin:2.2:effective-settings (default-cli) @
> sinatra-chef-builder ---
> [INFO]
> Effective user-specific configuration settings:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!-- ======================================================================
> -->
> <!--
>  -->
> <!-- Generated by Maven Help Plugin on 2017-01-15T12:53:13
>  -->
> <!-- See: http://maven.apache.org/plugins/maven-help-plugin/
>    -->
> <!--
>  -->
> <!-- ======================================================================
> -->
>
> <!-- ======================================================================
> -->
> <!--
>  -->
> <!-- Effective Settings for 'irfanjs' on 'host-10'
>  -->
> <!--
>  -->
> <!-- ======================================================================
> -->
>
> <settings xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://
> maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/
> settings-1.1.0.xsd">
>   <localRepository xmlns="http://maven.apache.org/SETTINGS/1.1.0
> ">C:\Users\irfanjs\.m2\repository</localRepository>
>   <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>
>   <pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0";>
>     <pluginGroup>org.jenkins-ci.tools</pluginGroup>
>     <pluginGroup>org.apache.maven.plugins</pluginGroup>
>     <pluginGroup>org.codehaus.mojo</pluginGroup>
>   </pluginGroups>
> </settings>
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 8.734 s
> [INFO] Finished at: 2017-01-15T00:53:13-08:00
> [INFO] Final Memory: 20M/50M
> [INFO] ------------------------------------------------------------
> ------------
>
> is there any issue in this ?
> regards,
>
>
> On Sat, Jan 14, 2017 at 10:50 PM, Slide <slide.o....@gmail.com> wrote:
>
>> The pom.xml has http instead of https for the Jenkins maven repos.
>>
>> On Sat, Jan 14, 2017, 18:50 Daniel Beck <m...@beckweb.net> wrote:
>>
>>>
>>> > On 14.01.2017, at 18:39, Christopher Orr <ch...@orr.me.uk> wrote:
>>> >
>>> > Since last month, no special permissions are needed to upload
>>> SNAPSHOTs:
>>> > https://groups.google.com/d/msgid/jenkinsci-dev/53CC6ED4-3BB
>>> C-4FAD-A197-10AD7F922A34%40beckweb.net
>>> >
>>> > The permissions look correct here, and match the groupId and
>>> artifactId from your logs, plus you said that you've logged into
>>> Artifactory, so that should be fine:
>>> > https://github.com/jenkins-infra/repository-permissions-upda
>>> ter/blob/176a269/permissions/plugin-sinatra-chef-builder.yml
>>> >
>>> > So since the permissions look ok (and aren't needed for SNAPSHOTs
>>> anyway), and you've managed to log in to the Jenkins account app and
>>> Artifactory, I would guess that's something is wrong with your Maven
>>> security config.
>>> > But I don't know much about this stuff — maybe you've defined your
>>> id/password in multiple places, or perhaps Maven shows where it's reading
>>> the credentials from if you use --debug?
>>>
>>> 403 Forbidden is what would be caused by upload permissions.
>>>
>>> 401 Unauthorized means that Maven does not send any credentials to
>>> Artifactory, which then refuses to let anonymous upload something.
>>>
>>> My guess (unclear to me given how this thread developed) is the server
>>> ID in settings.xml does not match the server ID in the pom.xml's
>>> distributionManagement.
>>>
>>> --
>>> 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/ms
>>> gid/jenkinsci-dev/48C8FEE7-49DB-4208-8AC1-DAC1D0E9114B%40beckweb.net.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> 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/ms
>> gid/jenkinsci-dev/CAPiUgVcCM4QJ9tPxev4_fQJ5uPfwqUvrHZejuu33A
>> geGb_FufQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVcCM4QJ9tPxev4_fQJ5uPfwqUvrHZejuu33AgeGb_FufQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/CACGLCJaa12D1SncLbcL_wvBj93zqpD99ecEhAV6js9JJ1Ope2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to