码迷,mamicode.com
首页 > Windows程序 > 详细

maven编译错误,警告: BASE64Decoder是内部专用 API, 可能会在未来发行版中删除

时间:2016-11-03 13:56:28      阅读:5548      评论:0      收藏:0      [点我收藏+]

标签:删除   com   tar   发行版   plugins   utf-8   get   2.3   artifact   

修改红色部分版本号为2.3.2
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>

maven编译错误,警告: BASE64Decoder是内部专用 API, 可能会在未来发行版中删除

标签:删除   com   tar   发行版   plugins   utf-8   get   2.3   artifact   

原文地址:http://www.cnblogs.com/snow365/p/6025965.html

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