Use the xbean maven plugin to generate the xsd / mapping infos

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/branches/classloader@433403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xbean-classloader/pom.xml b/xbean-classloader/pom.xml
index ade3b5a..97772c9 100644
--- a/xbean-classloader/pom.xml
+++ b/xbean-classloader/pom.xml
@@ -17,6 +17,21 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <version>2.6-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <namespace>http://xbean.apache.org/schemas/classloader</namespace>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>