Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] can't use jgit pom.xml without tycho?

2012/6/6 Shawn Pearce <spearce@xxxxxxxxxxx>
Trying to import JGit into Gerrit Code Review's build, I get:

----snip----
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jgit:org.eclipse.jgit-parent

Reason: Cannot find layout implementation corresponding to: 'p2' for
remote repository with id: 'jetty'. for project
org.eclipse.jgit:org.eclipse.jgit-parent
----snap----

Apparently because of the Jetty p2 reference in JGit's pom, Gerrit
using Maven 2 can't import JGit.

Are we forcing consumers to use Maven 3 now?
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev

Oops, I didn't want to introduce this unnecessary dependency, 
fixed with https://git.eclipse.org/r/6276

--
Matthias

Back to the top