Author: cbrisson
Date: Sat Apr 8 13:22:33 2017
New Revision: 1790681
URL: http://svn.apache.org/viewvc?rev=1790681&view=rev
Log:
[engine] Revert debug mode
Modified:
velocity/engine/trunk/pom.xml
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1790681&r1=1790680&r2=1790681&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sat Apr 8 13:22:33 2017
@@ -83,8 +83,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <debug>true</debug>
- <optimize>false</optimize>
+ <debug>false</debug>
+ <optimize>true</optimize>
<showDeprecation>true</showDeprecation>
<showWarning>true</showWarning>
<source>${maven.compiler.source}</source>