You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/24 23:48:41 UTC

svn commit: r818640 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: schor
Date: Thu Sep 24 21:48:40 2009
New Revision: 818640

URL: http://svn.apache.org/viewvc?rev=818640&view=rev
Log:
no Jira - change phase of RAT check to the default (verify) so that a bad check doesn't block most of the build activity.

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=818640&r1=818639&r2=818640&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Thu Sep 24 21:48:40 2009
@@ -260,7 +260,7 @@
             <execution>
               <id>default-cli</id>
               <goals><goal>check</goal></goals>
-              <phase>process-resources</phase>
+              <phase>verify</phase>
             </execution>
           </executions>
         </plugin>