Skip to content

Instantly share code, notes, and snippets.

@gavinHuang
Created February 17, 2012 07:17
Show Gist options
  • Save gavinHuang/1851504 to your computer and use it in GitHub Desktop.
Save gavinHuang/1851504 to your computer and use it in GitHub Desktop.
maven install时出现编译警告导致打包失败的处理办法
增加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