Tagged Questions

0
votes
2answers
24 views

mvn install 3rd party non-mvn jar that has 3rd party non-mvn jar dependencies

The title says it all. I have a third-party jar that doesn't exist in the maven repo, let's call it "a.jar", that also depends on at least 20+ third-party jars, most of which aren't in maven either, ...
0
votes
3answers
284 views

How can I automatically deploy external jars to my repository as part of my build process?

I'm working on a Maven project that is built on top of libraries provided by a third party that does not use Maven. They provide new releases every two weeks. I'm trying to automate as much as ...