Not yet, I'm not admin of jenkins instance. I've just tried to add repo's to POM, because AFAIK, this is equal to adding settings.xml and POM repo's override repositories from settings.xml.
On Wednesday, May 13, 2015 at 10:53:21 AM UTC+3, Dzmitry Kashlach wrote: > > Hi jenkins team, > > I have the same issue with org.jenkins-ci.tools:maven-hpi-plugin as in Plugin > org.jenkins-ci.tools:maven-hpi-plugin > <https://groups.google.com/forum/#!searchin/jenkinsci-dev/Unresolveable$20build$20extension$3A$20Plugin$20org.jenkins-ci.tools$3Amaven-hpi-plugin/jenkinsci-dev/FdgeX6y30jQ/rFJ0SljA-fAJ> > I've followed Plugintutorial-SettingUpEnvironment > <https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment> > > In my pom.xml I have the following: > > <repositories> <repository> <id>repo.jenkins-ci.org</id> > <url>http://repo.jenkins-ci.org/public/</url> </ > repository> <repository> <id>central</id> < > name>repo</name> <url>http://repo.jenkins-ci.org/repo</url> > </repository> </repositories> > > Jenkins job log: > > [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.106 is > missing, no dependency information available > [INFO] Downloading: > http://repo.maven.apache.org/maven2/org/jenkins-ci/tools/maven-hpi-plugin/1.106/maven-hpi-plugin-1.106.jar > [ERROR] Failed to build parent project for > com.blazemeter.plugins:BlazeMeterJenkinsPlugin:hpi:2.1.20150513-SNAPSHOT > org.apache.maven.project.ProjectBuildingException: Some problems were > encountered while processing the POMs: > [ERROR] Unresolveable build extension: Plugin > org.jenkins-ci.tools:maven-hpi-plugin:1.106 or one of its dependencies could > not be resolved: Could not find artifact > org.jenkins-ci.tools:maven-hpi-plugin:jar:1.106 in central > (http://repo.maven.apache.org/maven2) > > > What else should I check to solve this? I would not like adding > repositories to settings.xml because this will make build tightly coupled > to current machine. > Thanks in advance. > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/7074c115-e141-46ce-bb7a-1484bbd7a0aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
