You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2015/01/24 16:49:40 UTC

svn commit: r1654547 - /httpcomponents/project/trunk/pom.xml

Author: sebb
Date: Sat Jan 24 15:49:40 2015
New Revision: 1654547

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

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1654547&r1=1654546&r2=1654547&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Sat Jan 24 15:49:40 2015
@@ -711,6 +711,7 @@ Fixed JIRA link
             <executions>
               <execution>
                 <id>parse-version</id>
+                <!-- binds to the validate phase by default -->
                 <goals>
                   <goal>parse-version</goal>
                 </goals>
@@ -756,7 +757,7 @@ Fixed JIRA link
             <executions>
               <execution>
                 <id>checkAPIcompatibility</id>
-                <phase>test</phase>
+                <!-- binds to the process-classes phase by default -->
                 <goals>
                   <goal>check</goal>
                 </goals>