As Oliver suggested on user list, The pom.xml was not referencing http://repo.jenkins-ci.org/public/repository. Adding the repository solved the issue.
By the way is it really a good idea ? I always thought adding repository in pom.xml was a bad practice ? :p 2013/7/14 Ulli Hafner <[email protected]> > It might work if you would use an LTS release as parent pom. I'm using > 1.424 for my plug-ins and that works perfectly… > These are valid LTS versions: > http://mirrors.jenkins-ci.org/war-stable/ > > Ulli > > Am 14.07.2013 um 12:07 schrieb Jean-Louis Boudart < > [email protected]>: > > CI build [1] is broken. It fails with the following message : > > [FATAL] Non-resolvable parent POM: Failure to find > org.jenkins-ci.plugins:plugin:pom:1.456 in > https://repository-jenkins.forge.cloudbees.com/release was cached in the > local repository, resolution will not be reattempted until the update > interval of cloudbees-private-release-repository has elapsed or updates are > forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 > > > It look likes a configuration issue. Any idea ? > > [1] > https://jenkins.ci.cloudbees.com/job/plugins/job/easyant-plugin/2/console > > > 2013/7/14 Jean-Louis Boudart <[email protected]> > >> It works, thanks for you help. >> >> >> >> 2013/7/14 Ulli Hafner <[email protected]> >> >>> A good, that makes things easy. You should have commit rights now. Can >>> you please check? >>> >>> Ulli >>> >>> Am 13.07.2013 um 17:50 schrieb Jean-Louis Boudart < >>> [email protected]>: >>> >>> The plugin source was there >>> https://svn.jenkins-ci.org/trunk/hudson/plugins/easyant >>> But it seems already mirrored /moved on github : >>> https://github.com/jenkinsci/easyant-plugin/ >>> >>> >>> 2013/7/13 Ulli Hafner <[email protected]> >>> >>>> Hi Jean Louis, >>>> >>>> seems that the source code still is hosted in Subversion. Or is there >>>> already a git repository set up? >>>> >>>> Ulli >>>> >>>> Am 13.07.2013 um 13:40 schrieb Jean-Louis Boudart < >>>> [email protected]>: >>>> >>>> Hi there, >>>> >>>> A few time ago i started EasyAnt plugin [1] for hudson/jenkins. >>>> >>>> I would like to update the plugin with a few features already available >>>> for other build tools : >>>> * an auto installer >>>> * add some advanced option on project config >>>> * add console annotator >>>> * support installation on remote nodes >>>> * handle multimodule log properly >>>> >>>> Unfortunatly i haven't access yet to jenkinsci's repositories here is >>>> my github account : jeanlouisboudart >>>> >>>> Could you please give me commit access there ? >>>> >>>> >>>> [1] https://wiki.jenkins-ci.org/display/JENKINS/EasyAnt+Plugin >>>> >>>> -- >>>> Jean Louis Boudart >>>> Apache EasyAnt commiter http://ant.apache.org/easyant/ >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Jean Louis Boudart >>> Apache EasyAnt commiter http://ant.apache.org/easyant/ >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Jean Louis Boudart >> Apache EasyAnt commiter http://ant.apache.org/easyant/ >> > > > > -- > Jean Louis Boudart > Independent consultant > Apache EasyAnt commiter http://ant.apache.org/easyant/ > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- > 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 [email protected]. > > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Jean Louis Boudart Independent consultant Apache EasyAnt commiter http://ant.apache.org/easyant/ -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
