码迷,mamicode.com
首页 > 编程语言 > 详细

maven项目用lib下的jar方法

时间:2020-03-31 12:18:38      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:arguments   jar   compile   nts   coding   maven   mpi   ati   web   

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
<compilerArguments>
<extdirs>src\main\webapp\WEB-INF\lib</extdirs>
</compilerArguments>
</configuration>
</plugin>

maven项目用lib下的jar方法

标签:arguments   jar   compile   nts   coding   maven   mpi   ati   web   

原文地址:https://blog.51cto.com/11623741/2483273

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!