码迷,mamicode.com
首页 > 其他好文 > 详细

Maven编译插件

时间:2020-06-27 11:17:59      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:org   tar   pac   group   apach   art   plugins   ati   nbsp   

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.7.0</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                    <encoding>UTF-8</encoding>
                </configuration>
 </plugin>

 

Maven编译插件

标签:org   tar   pac   group   apach   art   plugins   ati   nbsp   

原文地址:https://www.cnblogs.com/liuys635/p/13197535.html

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