标签:blog http io ar sp on art log bs
<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>
标签:blog http io ar sp on art log bs
原文地址:http://my.oschina.net/liting/blog/355723