在我当前的maven项目中,我有依赖项,其中包括将输出-version.jar文件作为没有版本名称的dependency.jar,我希望将此依赖项的名称更改为依赖项-version.jar。
有可能吗?
我的输出-version.jar包含:
发布于 2017-11-15 10:17:11
您可以使用maven依赖插件来实现这一目标:https://maven.apache.org/plugins/maven-dependency-plugin/usage.html
https://stackoverflow.com/questions/47304251
复制相似问题