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

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.

--
Regards,
Igor

On 10-11-08 07:51 AM, Matthias Sohn wrote:
2010/11/8 Igor Fedorenko <ifedorenko@xxxxxxxxxxxx
<mailto:ifedorenko@xxxxxxxxxxxx>>

    The failure seems to be caused by missing org.eclipse.jgit pom.xml,
    which according to the log was installed earlier during the build. Which
    is odd. Before doing more involved troubleshooting, can you purge local
    maven repository and try running the build with maven 3.0 again?


I wiped the workspace including local maven repository and reran the build
using maven-3.0, it's still failing
https://hudson.eclipse.org/hudson/job/jgit/432/console

    As a side note, you may want to add -B (or --batch-mode) to get rid of
    these useless download progress messages in the build log.


thanks for this tip

--
Matthias


Back to the top