Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Tycho/maven mystery

Are you trying to build with Maven 2 and not Maven 3?

Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> writes:

> Trying to get Egit back to supporting Eclipse 3.4 I changed some things

[...]

> But I get this error:
>
> "Cannot find layout implementation corresponding to: 'p2' for remote repository with id: 'ganymede'"

[...]

> So what is going on?

[...]

'mvn --file org.eclipse.jgit.packaging/pom.xml clean install' has
exactly the same behavior. Hint: it's Maven 2.2.1 from Debian.

But '~/bin/apache-maven-3.0-alpha-6/bin/mvn --file org.eclipse.jgit.packaging/pom.xml clean install' works perfect. And
this one is Apache Maven 3.0-alpha-6 (r896384; 2010-01-06 13:00:46+0200).

-- 
MAN-UANIC


Back to the top