[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
Re: [egit-dev] Build failure
|
måndagen den 6 september 2010 07.52.59 skrev Tomás Pollak:
> Hi guys,
>
> I've just checked out a clean copy of jgit and egit, and followed the
> instructions of the contributor guide.
> JGit builds fine, but with EGit I get the following error:
>
> [ERROR] Failed to execute goal
>
> > org.sonatype.tycho:maven-osgi-packaging-plugin:0.9.0:validate-version
> > (default-validate-version) on project org.eclipse.egit: OSGi version
> > 0.9.0.SNAPSHOT must have .qualifier qualifier for SNAPSHOT builds ->
> > [Help 1]
>
> I've seen that the Hudson build is ok, so it should be something related to
> the setup. I'm on Ubuntu 64-bit, JDK 6u21 (64-bit), Maven 3.0 beta 3.
> Any ideas? Did you see this error before?
>
> Thanks,
Did you build jgit like this? As the wiki said last time I checked.
cd jgit
mvn clean install
mvn clean install -f org.eclipse.jgit.packaging/pom.xml
-- robin