如何在使用maven exec:java执行时向类路径添加一些本地文件夹?每个文件夹包含多个罐子,所以我不想单独添加每个罐子。
答案 0 :(得分:1)
查看Apache Maven安装插件:http://maven.apache.org/plugins/maven-install-plugin/index.html
您可以使用安装文件目标(http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html)将外部jar安装到本地maven存储库,然后将它们包含为普通的maven依赖项。
看一下本教程:http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/
答案 1 :(得分:1)
我以为你可以用
addjars-maven-plugin
配置每个目录并将目标设置为
add-jars