You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2014/05/27 12:40:36 UTC

svn commit: r1597740 - /tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml

Author: tveronezi
Date: Tue May 27 10:40:35 2014
New Revision: 1597740

URL: http://svn.apache.org/r1597740
Log:
Disable codenarc plugin. It keeps throwing a weird exception.

Modified:
    tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml

Modified: tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml?rev=1597740&r1=1597739&r2=1597740&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml Tue May 27 10:40:35 2014
@@ -283,14 +283,6 @@
             rulesets/basic.xml,rulesets/exceptions.xml,rulesets/imports.xml,rulesets/unnecessary.xml,rulesets/convention.xml
           </rulesetfiles>
         </configuration>
-        <executions>
-          <execution>
-            <phase>test-compile</phase>
-            <goals>
-              <goal>codenarc</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>