Revert the bad commit from maven-release-plugin

This commit is contained in:
Trustin Lee 2013-02-14 11:47:03 -08:00
parent aa64209f9f
commit e0cdeaaa2a

View File

@ -289,11 +289,14 @@
<optimize>true</optimize> <optimize>true</optimize>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<!-- XXX: maven-release-plugin complains - MRELEASE-715 -->
<!--
<compilerArguments> <compilerArguments>
<Xlint:-options/> <Xlint:-options/>
<Xlint:unchecked/> <Xlint:unchecked/>
<Xlint:deprecation/> <Xlint:deprecation/>
</compilerArguments> </compilerArguments>
-->
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>