Added the special javadoc-tags for maven-plugins to the configuration
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 815a233..09cd9c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>2.7</version><!-- Should be same version as in oss-parent-7 -->
         <configuration>
           <additionalparam>-Xdoclint:none</additionalparam>
+          <tags>
+            <tag>
+              <name>goal</name>
+              <placement>a</placement>
+              <head>Goal:</head>
+            </tag>
+            <tag>
+              <name>phase</name>
+              <placement>a</placement>
+              <head>Phase:</head>
+            </tag>
+            <tag>
+              <name>threadSafe</name>
+              <placement>a</placement>
+              <head>Thread Safe:</head>
+            </tag>
+            <tag>
+              <name>requiresDependencyResolution</name>
+              <placement>a</placement>
+              <head>Requires Dependency Resolution:</head>
+            </tag>
+            <tag>
+              <name>requiresProject</name>
+              <placement>a</placement>
+              <head>Requires Project:</head>
+            </tag>
+          </tags>
         </configuration>
       </plugin>
       <plugin>