Integration of the maven-plugin-plugin for automated helpmojo-generation
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2af4794..e430860 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </developer>
   </developers>
 
+  <contributors>
+    <contributor>
+      <name>Adriano Machado</name>
+      <email>adriano.m.machado@hotmail.com</email>
+    </contributor>
+  </contributors>
+
   <distributionManagement>
     <site>
       <id>www.juplo.de</id>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.2</version>
+        <executions>
+          <execution>
+            <id>generated-helpmojo</id>
+              <goals>
+                <goal>helpmojo</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>