Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > f97426bc807e17f39648f5162301c94f > files > 3

maven-help-plugin-2.1.1-3.mga1.src.rpm

--- pom.xml.orig	2010-06-02 17:00:49.233157632 +0800
+++ pom.xml	2010-06-02 17:01:35.958054368 +0800
@@ -190,6 +190,19 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>generated-helpmojo</id>
+            <goals>
+              <goal>helpmojo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>