Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [cross-project-issues-dev] [jgit-build] Build failed in Hudson: jgit #428

2010/11/9 Igor Fedorenko <ifedorenko@xxxxxxxxxxxx>
You've accidentally used reserved ``local'' repository in
the first part of your build. This triggered couple of Maven bugs and
resulted in corrupted local repository metadata.

The solution is to change

 -DaltDeploymentRepository=local::default::file:///opt/users...

parameter to something like

 -DaltDeploymentRepository=localremote::default::file:///opt/users...

Thank you Benjamin Bentmann for investigating this and spotting the problem.

This seems not to work 
https://hudson.eclipse.org/hudson/job/jgit/436/console
 
--
Matthias

Back to the top