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

maven错误总结

时间:2014-12-13 13:35:55      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   sp   on   art   log   bs   

MAVEN编译时错误:编码GBK的不可映射字符

    <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                    <compilerArgument>-Xlint:all</compilerArgument>
                    <showWarnings>true</showWarnings>
                    <encoding>utf-8</encoding>
                    <showDeprecation>true</showDeprecation>
                </configuration>
            </plugin>

maven错误总结

标签:blog   http   io   ar   sp   on   art   log   bs   

原文地址:http://my.oschina.net/liting/blog/355723

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