You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by sriraj paul <sr...@yahoo.co.uk> on 2010/09/28 12:41:46 UTC

Upload jackrabbit libraries and its transitive dependencies to maven

Hi,

I want to upload all the jackrabbit(jcr) related jars in a maven repository. Is 
there someplace where all the libraries and its transitive dependencies are 
listed?

Thank you
Sriraj


      

Re: Upload jackrabbit libraries and its transitive dependencies to maven

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Tue, Sep 28, 2010 at 12:41 PM, sriraj paul <sr...@yahoo.co.uk> wrote:
> I want to upload all the jackrabbit(jcr) related jars in a maven repository. Is
> there someplace where all the libraries and its transitive dependencies are
> listed?

The POM file. You can use mvn dependency:tree to get a listing of the
entire dependency tree of a project.

BR,

Jukka Zitting