Tagged Questions

0
votes
3answers
308 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 ...