<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>
作者:IamLsz
来源:CSDN
原文:https://blog.csdn.net/imlsz/article/details/49864013
版权声明:本文为博主原创文章,转载请附上博文链接!
原文:https://blog.51cto.com/11623741/2368245