Integrate axis2-xsd2java-maven-plugin into the Maven site.
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 6d1ec7e..7d595c9 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -218,6 +218,11 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-xsd2java-maven-plugin</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>simple-server-maven-plugin</artifactId>
             <version>${project.version}</version>
         </dependency>
diff --git a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml
index fce166f..8d769b5 100644
--- a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml
+++ b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml
@@ -11,6 +11,18 @@
 
     <artifactId>axis2-xsd2java-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
+    <url>http://axis.apache.org/axis2/java/core/tools/maven-plugins/axis2-xsd2java-maven-plugin</url>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</url>
+    </scm>
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>scm:svn:https://svn.apache.org/repos/asf/axis/site/axis2/java/core-staging/tools/maven-plugins/axis2-xsd2java-maven-plugin</url>
+        </site>
+    </distributionManagement>
 
     <dependencies>
         <dependency>
diff --git a/src/site/xdoc/tools/index.xml b/src/site/xdoc/tools/index.xml
index b29ea4b..d10487b 100644
--- a/src/site/xdoc/tools/index.xml
+++ b/src/site/xdoc/tools/index.xml
@@ -109,6 +109,14 @@
                         <p>This plugin creates Axis2 repositories from project dependencies.</p>

                     </td>

                 </tr>

+                <tr>

+                    <td>

+                        <a href="maven-plugins/axis2-xsd2java-maven-plugin/index.html">axis2-xsd2java-maven-plugin</a>

+                    </td>

+                    <td>

+                        <p>This plugin generates ADB beans from a set of XSD files.</p>

+                    </td>

+                </tr>

 			</tbody>

 		</table>

 		<p>The command line tools and Ant tasks are bundled with the Axis2 binary distribution.