How to simply download a JAR using Maven?

后端 未结 12 590
轮回少年
轮回少年 2020-12-04 10:14

How do I download JAR during a build in Maven script?

12条回答
  •  渐次进展
    2020-12-04 10:59

    See How to use Maven pom to download jar files only. This worked really nicely for me.

    My use case was that I wanted to download some of the dependency jars to deploy to a QA server, and was doing it manually (outside of the Maven build). I'm not sure exactly what your use case is.

提交回复
热议问题