2

We are using nexus as local maven repository manager and adding our custom developed libraries there via web UI. Some of our custom developed libraries depends on other self developed libraries. If I add dependency to my pom I also want transitive library to be downloaded. I wonder to know how can I do it ? I don't want to add second library to POM file. Thanks

ali
  • 145
  • 14
  • 1
    If your libraries are all correctly Mavenized then the transitive part should be handled already, that's the point of Maven. – Dave Newton Sep 30 '14 at 13:26
  • does this mean ` adding our custom developed libraries there via web UI` not using maven to deploy those lib to nexus? – khmarbaise Sep 30 '14 at 13:38
  • 1
    possible duplicate of [How to add dependencies to 3rd party library using nexus/maven](http://stackoverflow.com/questions/3043969/how-to-add-dependencies-to-3rd-party-library-using-nexus-maven) – Joe Sep 30 '14 at 13:58
  • Yes, maven was not used to deploy those libraries to repository. I 've deployed them via UI. – ali Sep 30 '14 at 19:01
  • What does "via ui" mean? The issue is whether or not those libraries correctly identify their dependencies. – Dave Newton Sep 30 '14 at 19:27
  • Dave, I've solved issue as indicated Joe. via UI means that I've did it via nexus admin interface – ali Sep 30 '14 at 19:46
  • 1
    I've solved my issue via [1]: http://stackoverflow.com/questions/3043969/how-to-add-dependencies-to-3rd-party-library-using-nexus-maven Thanks everbody – ali Sep 30 '14 at 20:14

0 Answers0