o Added temporary fix for failures during IT preparation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@682231 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d111aca..4df1bf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,26 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.4.2</version>
+        <executions>
+          <!-- FIXME: Disable execution, makes IT preparation fail (for whatever reason...) -->
+          <execution>
+            <id>generated-helpmojo</id>
+            <configuration>
+              <extractors>
+                <extractor/>
+              </extractors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
   <profiles>
     <profile>
       <id>integration-tests</id>
@@ -178,5 +198,4 @@
       </build>
     </profile>
   </profiles>
-  
 </project>