You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/10/07 10:09:23 UTC

svn commit: r1843055 - /velocity/engine/trunk/pom.xml

Author: cbrisson
Date: Sun Oct  7 10:09:22 2018
New Revision: 1843055

URL: http://svn.apache.org/viewvc?rev=1843055&view=rev
Log:
[VELOCITY-894] Default javac settings: keep debug symbols and drop useless optimize flag

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1843055&r1=1843054&r2=1843055&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sun Oct  7 10:09:22 2018
@@ -83,8 +83,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <debug>false</debug>
-          <optimize>true</optimize>
           <showDeprecation>true</showDeprecation>
           <showWarning>true</showWarning>
           <source>${maven.compiler.source}</source>