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>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<!-- XXX: maven-release-plugin complains - MRELEASE-715 -->
<!--
<compilerArguments>
<Xlint:-options/>
<Xlint:unchecked/>
<Xlint:deprecation/>
</compilerArguments>
-->
</configuration>
</plugin>
<plugin>