Author: sebb
Date: Sat Jan 24 15:05:27 2015
New Revision: 1654534

URL: http://svn.apache.org/r1654534
Log:
Don't override animal sniffer default phase; document it

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1654534&r1=1654533&r2=1654534&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jan 24 15:05:27 2015
@@ -798,6 +798,7 @@ Version 37:
               <executions>
                 <execution>
                   <id>parse-version</id>
+                  <!-- default is:  <phase>validate</phase>  -->
                   <goals>
                     <goal>parse-version</goal>
                   </goals>
@@ -843,7 +844,7 @@ Version 37:
               <executions>
                 <execution>
                   <id>checkAPIcompatibility</id>
-                  <phase>test</phase>
+                  <!-- default is:  <phase>process-classes</phase>  -->
                   <goals>
                     <goal>check</goal>
                   </goals>


Reply via email to