How to add dependencies to 3rd party library using nexus/maven
Posted
by ssaboum
on Stack Overflow
See other posts from Stack Overflow
or by ssaboum
Published on 2010-06-15T09:29:08Z
Indexed on
2010/06/15
9:32 UTC
Read the original article
Hit count: 388
Hi everyone, i'm trying to use Nexus + m2eclipse/maven-3 professionnally, and i've got a huge 3rd party library that needs a lot of dependencies.
Is there any ways to ease my pain by uploading to Nexus this third party library with all its dependencies linked, so that anyone who would need it would just have to add the maven-dependency-tag only for this huge library ?
Do i need to create the pom myself ?
thank you for your help.
© Stack Overflow or respective owner