>From the thread "m.g.o-public -> repo.jenkins-ci.org/public"
https://groups.google.com/d/topic/jenkinsci-dev/1aPlT07gRQ0/discussion
Also, adding the following fragment to your ~/.m2/settings.xml will make
your Maven use the new repository whenever m.g.o-public is referenced.
<settings>
<mirrors>
<mirror>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<mirrorOf>m.g.o-public</mirrorOf>
</mirror>
Chris
On Tuesday, July 17, 2012 3:56:23 AM UTC+1, John Hsing wrote:
>
> who can help ?
>
> 在 2012年7月17日星期二UTC+8上午10时20分38秒,John Hsing写道:
>>
>> Hi everybody,
>>
>> who met the same problem as bellow ?
>>
>> [INFO] Scanning for projects...
>>> [ERROR] The build could not read 1 project -> [Help 1]
>>> [ERROR]
>>> [ERROR] The project org.jenkinsci.plugins:git:1.1.21
>>> (/work/ci/plugins/git-plugin/pom.xml) has 1 error
>>> [ERROR] Non-resolvable parent POM: Failure to find
>>> org.jenkins-ci.plugins:plugin:pom:1.424 in
>>> http://download.eclipse.org/jgit/maven was cached in the local
>>> repository, resolution will not be reattempted until the update interval of
>>> jgit-repository has elapsed or updates are forced and 'parent.relativePath'
>>> points at wrong local POM @ line 3, column 11 -> [Help 2]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
>>> [ERROR] [Help 2]
>>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>>>
>>>
>> when I excute the command as bellow:
>>
>> mvn -DdownloadSources=true -DdownloadJavadocs=true
>>> -DoutputDirectory=target/eclipse-classes eclipse:eclipse
>>>
>>
>> is it that "http://download.eclipse.org/jgit/mave" is unuseable? but
>> what is the new repo?
>>
>> btw: I clone git-plugin repo in GitHub and excute the command above!
>>
>>