You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/01/25 09:52:22 UTC

svn commit: r1654627 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Sun Jan 25 08:52:22 2015
New Revision: 1654627

URL: http://svn.apache.org/r1654627
Log:
update parent pom, then remove configuration no more needed

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1654627&r1=1654626&r2=1654627&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun Jan 25 08:52:22 2015
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>26</version>
+    <version>27-SNAPSHOT</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -130,13 +130,10 @@ under the License.
               <phase>process-classes</phase>
             </execution>
             <execution>
-              <id>generated-helpmojo</id>
+              <id>generate-helpmojo</id>
               <goals>
                 <goal>helpmojo</goal>
               </goals>
-              <configuration><!-- TODO: remove when upgrading plugin-tools to 3.4: see MPLUGIN-238 -->
-                <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-              </configuration>
             </execution>
           </executions>
         </plugin>