You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by je...@apache.org on 2014/09/16 10:51:19 UTC

git commit: Remove Javadoc XBean tags related warnings. Fixes DIRMINA-985

Repository: mina
Updated Branches:
  refs/heads/2.0 7469fd9c4 -> 08110c5e9


Remove Javadoc XBean tags related warnings. Fixes DIRMINA-985


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/08110c5e
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/08110c5e
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/08110c5e

Branch: refs/heads/2.0
Commit: 08110c5e9599db6a865f1b22f6658ad153f7248d
Parents: 7469fd9
Author: Jeff MAURY <je...@apache.org>
Authored: Tue Sep 16 10:51:09 2014 +0200
Committer: Jeff MAURY <je...@apache.org>
Committed: Tue Sep 16 10:51:09 2014 +0200

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/08110c5e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5403ed8..f1dd64e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -552,6 +552,30 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${version.javadoc.plugin}</version>
+          <configuration>
+            <tags>
+              <tag>
+                <name>org.apache.xbean.XBean</name>
+                <placement>t</placement>
+                <head/>
+              </tag>
+              <tag>
+                <name>org.apache.xbean.Property</name>
+                <placement>m</placement>
+                <head/>
+              </tag>
+              <tag>
+              <tag>
+                <name>org.apache.xbean.FactoryMethod</name>
+                <placement>m</placement>
+                <head/>
+              </tag>
+                <name>org.apache.xbean.DestroyMethod</name>
+                <placement>m</placement>
+                <head/>
+              </tag>
+            </tags>
+         </configuration>
         </plugin>
 
         <plugin>