Created
February 17, 2012 07:17
-
-
Save gavinHuang/1851504 to your computer and use it in GitHub Desktop.
maven install时出现编译警告导致打包失败的处理办法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
增加plugin | |
see http://www.juvenxu.com/2010/09/01/maven-javac-warning/ | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
</plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment