You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/06 20:09:15 UTC

svn commit: r664064 - /servicemix/servicemix-pom/trunk/pom.xml

Author: chirino
Date: Fri Jun  6 11:09:14 2008
New Revision: 664064

URL: http://svn.apache.org/viewvc?rev=664064&view=rev
Log:
Adding a project pom that only includes information common to all servicemix branches

Added:
    servicemix/servicemix-pom/trunk/pom.xml
      - copied, changed from r664063, servicemix/smx3/trunk/pom.xml

Copied: servicemix/servicemix-pom/trunk/pom.xml (from r664063, servicemix/smx3/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?p2=servicemix/servicemix-pom/trunk/pom.xml&p1=servicemix/smx3/trunk/pom.xml&r1=664063&r2=664064&rev=664064&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Fri Jun  6 11:09:14 2008
@@ -28,18 +28,16 @@
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
-    <artifactId>servicemix</artifactId>
+    <artifactId>servicemix-pom</artifactId>
     <packaging>pom</packaging>
-    <name>ServiceMix</name>
-    <version>3.3-SNAPSHOT</version>
+    <name>ServiceMix POM</name>
+    <version>1.0-SNAPSHOT</version>
+
     <description>
-    ServiceMix is an open source ESB based on the Java Business
-    Integration framework - JSR-208 
+    This pom provides project information that is common to all ServiceMix branches.
     </description>
+
     <url>http://servicemix.apache.org/</url>
-    <prerequisites>
-        <maven>2.0.6</maven>
-    </prerequisites>
     <inceptionYear>2005</inceptionYear>
 
     <issueManagement>
@@ -47,28 +45,6 @@
         <url>http://issues.apache.org/activemq/browse/SM</url>
     </issueManagement>
 
-    <ciManagement>
-        <system>continuum</system>
-        <notifiers>
-            <!--notifier>
-                <type>mail</type>
-                <configuration>
-                    <address>servicemix-commits@geronimo.apache.org</address>
-                </configuration>
-                <sendOnSuccess>false</sendOnSuccess>
-            </notifier>
-            <notifier>
-              <type>irc</type>
-              <configuration>
-                <host>irc.codehaus.org</host>
-                <port>6667</port>
-                <channel>#servicemix</channel>
-              </configuration>
-              <sendOnSuccess>false</sendOnSuccess>
-            </notifier-->
-        </notifiers>
-    </ciManagement>
-
     <mailingLists>
         <mailingList>
             <name>ServiceMix Developer List</name>
@@ -200,1948 +176,9 @@
     </developers>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/servicemix/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/servicemix/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/incubator/servicemix/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/servicemix-pom/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/servicemix-pom/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/servicemix-pom/trunk</url>
     </scm>
 
-    <properties>
-        <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
-        <xfire-version>1.2.5</xfire-version>
-        <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
-        <xbean-version>3.2</xbean-version>
-        <spring-version>2.0.6</spring-version>
-        <activemq-version>5.1.0</activemq-version>
-        <activeio-version>3.1.0</activeio-version>
-        <backport-util-concurrent-version>2.2</backport-util-concurrent-version>
-        <camel-version>1.3.0</camel-version>
-        <jencks-version>2.1</jencks-version>
-        <jetty-version>6.1.6</jetty-version>
-        <geronimo-version>2.0.1</geronimo-version>
-        <servicemix-version>3.3-SNAPSHOT</servicemix-version>
-        <wsdl4j-version>1.6.1</wsdl4j-version>
-        <commons-beanutils-version>1.7.0</commons-beanutils-version>
-        <commons-fileupload-version>1.1.1</commons-fileupload-version>
-        <woodstox-version>3.2.2</woodstox-version>
-        <msv-version>20050913</msv-version>
-        <oro-version>2.0.8</oro-version>
-        <sitemesh-version>2.2.1</sitemesh-version>
-        <woden-version>1.0.0M6</woden-version>
-        <cxf-version>2.1.1-SNAPSHOT</cxf-version>
-        <jaxb.version>2.1</jaxb.version>
-        <jaxb.impl.version>2.1.6</jaxb.impl.version>
-        <jaxb.xjc.version>2.1.6</jaxb.xjc.version>
-        <derby-version>10.2.2.0</derby-version>
-        <saxon-version>8.9</saxon-version>
-        <releases-repo-id>apache.incubating</releases-repo-id>
-        <releases-repo-name>Apache Incubating Repository</releases-repo-name>
-        <releases-repo-url>http://people.apache.org/repo/m2-incubating-repository</releases-repo-url>
-        <snapshots-repo-id>apache.snapshots</snapshots-repo-id>
-        <snapshots-repo-name>Apache Snapshots Repository</snapshots-repo-name>
-        <snapshots-repo-url>http://people.apache.org/repo/m2-snapshot-repository</snapshots-repo-url>
-        <previous.releases>3.1.2,3.2,3.2.1</previous.releases>  
-    </properties>
-
-    <profiles>
-        <profile>
-            <id>all</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <modules>
-                <module>build</module>
-                <module>parent</module>
-                <module>core</module>
-                <module>common</module>
-                <module>tooling</module>
-                <module>deployables</module>
-                <module>archetypes</module>
-                <module>servicemix-itests</module>
-                <module>samples</module>
-                <module>web</module>
-                <module>platforms</module>
-                <module>distributions</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>step1</id>
-            <activation>
-                <property>
-                    <name>profile</name>
-                    <value>step1</value>
-                </property>
-            </activation>
-            <modules>
-                <module>build</module>
-                <module>parent</module>
-                <module>core</module>
-                <module>common</module>
-                <module>tooling</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>step2</id>
-            <activation>
-                <property>
-                    <name>profile</name>
-                    <value>step2</value>
-                </property>
-            </activation>
-            <modules>
-                <module>deployables</module>
-                <module>archetypes</module>
-                <module>servicemix-itests</module>
-                <module>samples</module>
-                <module>web</module>
-                <module>platforms</module>
-                <module>distributions</module>
-            </modules>
-        </profile>
-	   
-        <profile>
-            <id>release</id>
-            <build>
-                <plugins>
-                    <!-- We want to deploy the artifact to a staging location for perusal -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.3</version>
-                        <configuration>
-                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-                            <updateReleaseInfo>true</updateReleaseInfo>
-                        </configuration>
-                    </plugin>
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-                    <plugin>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-4</version>
-                        <configuration>
-                            <passphrase>${gpg.passphrase}</passphrase>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
-            <id>deploy</id>
-            <modules>
-                <module>build</module>
-                <module>core</module>
-                <module>common</module>
-                <module>tooling</module>
-                <module>deployables</module>
-                <module>archetypes</module>
-                <module>servicemix-itests</module>
-                <module>samples</module>
-                <module>web</module>
-                <module>platforms</module>
-                <module>distributions</module>
-                <module>parent</module>
-            </modules>
-            <build>
-                <defaultGoal>deploy</defaultGoal>
-                 <plugins>
-                   <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.2</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <source>1.5</source>
-                            <attach>true</attach>
-                        </configuration>
-                   </plugin>
-                   <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <version>2.0.2</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <attach>true</attach>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>    
-           <profile>
-	          <id>setup.eclipse</id>
-            <modules>
-                <module>build</module>
-                <module>parent</module>
-                <module>core</module>
-                <module>common</module>
-                <module>tooling</module>
-                <module>deployables</module>
-                <module>archetypes</module>
-                <module>servicemix-itests</module>
-                <module>samples</module>
-                <module>web</module>
-                <module>platforms</module>
-                <module>distributions</module>
-            </modules>
-	        <properties>
-	            <eclipse.workspace.dir>${basedir}/workspace</eclipse.workspace.dir>
-	        </properties>
-	        <build>
-	            <defaultGoal>process-test-sources</defaultGoal>
-	            <plugins>
-	                <plugin>
-	                    <groupId>org.apache.maven.plugins</groupId>
-	                    <artifactId>maven-eclipse-plugin</artifactId>
-	                    <inherited>false</inherited>
-	                    <executions>
-	                        <execution>
-	                            <id>setup.eclipse.workspace</id>
-	                            <phase>process-test-sources</phase>
-	                            <goals>
-	                                <goal>add-maven-repo</goal>
-	                            </goals>
-	                            <configuration>
-	                                <workspace>${eclipse.workspace.dir}</workspace>
-	                            </configuration>
-	                        </execution>
-	                    </executions>
-	                </plugin>
-	                <plugin>
-	                    <groupId>org.apache.maven.plugins</groupId>
-	                    <artifactId>maven-antrun-plugin</artifactId>
-	                    <inherited>false</inherited>
-	                    <dependencies>
-							<dependency>
-								<groupId>org.apache.servicemix</groupId>
-								<artifactId>build</artifactId>
-								<version>${servicemix-version}</version>
-							</dependency>
-	                        <dependency>
-	                            <groupId>ant</groupId>
-	                            <artifactId>ant-nodeps</artifactId>
-	                            <version>1.6.5</version>
-	                        </dependency>
-	                        <dependency>
-	                            <groupId>ant</groupId>
-	                            <artifactId>ant-trax</artifactId>
-	                            <version>1.6.5</version>
-	                        </dependency>
-	                    </dependencies>
-	                    <executions>
-	                        <execution>
-	                            <id>setup.workspace</id>
-	                            <phase>validate</phase>
-	                            <configuration>
-	                                <tasks>
-	                                    <path id="ecp.ws.path" location="${eclipse.workspace.dir}" />
-	                                    <property name="full.eclipse.workspace" refid="ecp.ws.path" />
-	                                    <path path="${basedir}/etc" id="etc.path"/>
-
-	                                    <whichresource resource="/smx-eclipse-pmd" property="pmd.url"><classpath refid="etc.path"/></whichresource>
-	                                    <whichresource resource="/smx-pmd-ruleset.xml" property="pmdruleset.url"><classpath refid="etc.path"/></whichresource>
-	                                    <whichresource resource="/smx-eclipse-checkstyle" property="eclipse.checkstyle.url"><classpath refid="etc.path"/></whichresource>
-	                                    <whichresource resource="/smx-checkstyle.xml" property="checkstyle.url"><classpath refid="etc.path"/></whichresource>>
-
-	                                    <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings" />
-	                                    <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle" />
-	                                    <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse" />
-
-	                                    <get src="${checkstyle.url}" dest="${full.eclipse.workspace}/servicemix-checkstyle.xml" />
-
-	                                    <!-- Add checkstyle config -->
-	                                    <copy file="${basedir}/etc/eclipse/template.checkstyle-config.xml" tofile="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" overwrite="no">
-	                                        <filterset>
-	                                            <filter token="CHECKSTYLE_CONFIG_FILE" value="${full.eclipse.workspace}/servicemix-checkstyle.xml" />
-	                                            <filter token="APACHE_HEADER_FILE" value="${full.eclipse.workspace}/servicemix-header.txt" />
-	                                        </filterset>
-	                                    </copy>
-
-	                                    <xslt style="${basedir}/etc/eclipse/addcheckstyle.xsl" in="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" out="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml.new">
-	                                        <param name="checkstyleconfig" expression="${full.eclipse.workspace}/servicemix-checkstyle.xml" />
-	                                    </xslt>
-	                                    <copy file="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml.new" tofile="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" overwrite="yes" />
-
-
-	                                    <!-- Add warning flags that we want -->
-	                                    <propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs">
-	                                        <entry key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion" value="ignore" />
-	                                        <entry key="org.eclipse.jdt.core.compiler.problem.unusedImport" value="ignore" />
-	                                        <entry key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface" value="ignore" />
-	                                        <entry key="org.eclipse.jdt.core.compiler.problem.rawTypeReference" value="ignore" />
-	                                    </propertyfile>
-
-
-	                                    <!-- Add code format rules -->
-	                                    <concat destfile="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs" append="true" fixlastline="true">
-	                                        <filelist dir="${basedir}/etc/eclipse" files="org.eclipse.jdt.core.prefs" />
-	                                    </concat>
-	                                    <loadfile property="eclipse.code.format" srcFile="${basedir}/etc/eclipse/ServiceMixCodeFormatter.xml" />
-	                                    <loadfile property="eclipse.code.templates" srcFile="${basedir}/etc/eclipse/codetemplates.xml" />
-	                                    <propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs">
-	                                        <entry key="formatter_profile" value="_ActiveMQ Java Conventions" />
-	                                        <entry key="org.eclipse.jdt.ui.formatterprofiles" value="${eclipse.code.format}" />
-	                                        <entry key="org.eclipse.jdt.ui.text.custom_code_templates" value="${eclipse.code.templates}" />
-
-	                                        <!-- Add import order -->
-	                                        <entry key="org.eclipse.jdt.ui.importorder" value="java;javax;org.w3c;org.xml;w3c;" />
-	                                        <!-- Sort order -->
-	                                        <entry key="org.eclipse.jdt.ui.visibility.order" value="B,R,D,V," />
-	                                        <entry key="outlinesortoption" value="T,SF,F,SI,I,C,SM,M," />
-	                                        <entry key="org.eclipse.jdt.ui.enable.visibility.order" value="true" />
-	                                    </propertyfile>
-	                                </tasks>
-	                            </configuration>
-	                            <goals>
-	                                <goal>run</goal>
-	                            </goals>
-	                        </execution>
-	                    </executions>
-	                </plugin>
-	            </plugins>
-	        </build>
-	      </profile>
-
-	    <profile>
-	      <id>rat</id>
-	      <build>
-	        <plugins>
-	          <plugin>
-	            <groupId>org.codehaus.mojo</groupId>
-	            <artifactId>rat-maven-plugin</artifactId>
-	            <version>1.0-alpha-1-SNAPSHOT</version>
-	            <executions>
-	              <execution>
-	                <phase>verify</phase>
-	                <goals>
-	                  <goal>check</goal>
-	                </goals>
-	              </execution>
-	            </executions>
-	            <configuration>
-	              <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
-	              <excludes>
-	                <exclude>**/target/**/*</exclude>
-
-	                <!-- left around after creating the site -->
-	                <exclude>**/cobertura.ser</exclude>
-
-	                <!-- left around after some unit tests -->
-	                <exclude>**/derby.log</exclude>
-	                <exclude>**/camel-ftp/res/**/*</exclude>
-
-	                <!-- IDEA files -->
-	                <exclude>**/*.iml</exclude>
-	                <exclude>**/*.ipr</exclude>
-	                <exclude>**/*.iws</exclude>
-
-	                <!-- Eclipse files -->
-	                <exclude>**/.*</exclude>
-	                <exclude>**/eclipse-classes/**/*</exclude>
-	              </excludes>
-	            </configuration>
-	          </plugin>
-	        </plugins>
-	      </build>
-	      <!--
-	            TODO this barfs
-
-	            <reporting>
-	              <plugins>
-	                <plugin>
-	                  <groupId>org.codehaus.mojo</groupId>
-	                  <artifactId>rat-maven-plugin</artifactId>
-	                  <version>1.0-alpha-1-SNAPSHOT</version>
-	                </plugin>
-	              </plugins>
-	            </reporting>
-	      -->
-	      <repositories>
-	        <repository>
-	          <releases>
-	            <enabled>false</enabled>
-	          </releases>
-	          <snapshots/>
-	          <id>Codehaus Snapshots</id>
-	          <url>http://snapshots.repository.codehaus.org/</url>
-	        </repository>
-	      </repositories>
-	      <pluginRepositories>
-	        <pluginRepository>
-	          <releases>
-	            <enabled>false</enabled>
-	          </releases>
-	          <snapshots/>
-	          <id>Codehaus Snapshots</id>
-	          <url>http://snapshots.repository.codehaus.org/</url>
-	        </pluginRepository>
-	      </pluginRepositories>
-	    </profile>
-
-    </profiles>
-
-    <repositories>
-        <!-- Dependencies not on central repo -->
-        <repository>
-            <id>servicemix-m2-repo</id>
-            <name>Servicemix Maven2 Repository</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
-        </repository>
-        <!-- Apache incubating -->
-        <repository>
-            <id>apache-incubating</id>
-            <name>Apache Incubating Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <!-- Apache snapshot -->
-        <repository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshot repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <!-- Codehaus -->
-        <repository>
-            <id>codehaus</id>
-            <name>Codehaus repository</name>
-            <url>http://repository.codehaus.org</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <!-- Java.net -->
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <!-- Apache releases -->
-        <pluginRepository>
-            <id>apache-releases</id>
-            <name>Apache Releases repository</name>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-        <!-- Dependencies not on central repo -->
-        <pluginRepository>
-            <id>servicemix-m2-repo</id>
-            <name>Servicemix Maven2 Repository</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
-        </pluginRepository>
-        <!-- Apache incubating -->
-        <pluginRepository>
-            <id>apache-incubating</id>
-            <name>Apache Incubating Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-        <!-- Apache snapshot -->
-        <pluginRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshot repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-jbi</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-services</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-core</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-audit</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-components</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-common</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-console</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-gbean</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-jms</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-jsr181</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-http</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-mail</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-osworkflow</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-sca</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-soap</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-soap2</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-shared</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-wsn2005</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-lwcontainer</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-bean</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-eip</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-script</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-file</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-ftp</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-xmpp</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-quartz</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-saxon</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-truezip</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-cxf-bc</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-cxf-se</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-camel</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>servicemix-web</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>war</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>wsdl-first</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>pom</type>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>cxf-wsdl-first</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>loan-broker</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>bridge</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.samples</groupId>
-                <artifactId>basic</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>pom</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-beanflow</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-web-console</artifactId>
-                <version>3.3-SNAPSHOT</version>
-                <type>war</type>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.servicemix.dependencies</groupId>
-                <artifactId>jsr-223</artifactId>
-                <version>1.0-pr</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws</groupId>
-                <artifactId>wsif</artifactId>
-                <version>2.0.1_IB3</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws</groupId>
-                <artifactId>wsif-j2c</artifactId>
-                <version>2.0.1_IB3</version>
-            </dependency>
-            <dependency>
-                <groupId>com.sun.xml.bind</groupId>
-                <artifactId>jaxb-impl</artifactId>
-                <version>${jaxb.impl.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.xml</groupId>
-                        <artifactId>jsr173</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.jws</groupId>
-                        <artifactId>jsr181-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>com.sun.xml.bind</groupId>
-                <artifactId>jaxb-xjc</artifactId>
-                <version>${jaxb.xjc.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.xml.bind</groupId>
-                        <artifactId>jsr173_api</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>javax.xml.bind</groupId>
-                <artifactId>jaxb-api</artifactId>
-                <version>${jaxb.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.xml</groupId>
-                        <artifactId>jsr173</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>javax.xml.ws</groupId>
-                <artifactId>jaxws-api</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>xfire</groupId>
-                <artifactId>xfire-jsr181-api</artifactId>
-                <version>${xfire-jsr181-api-version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activeio-core</artifactId>
-                <version>${activeio-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-core</artifactId>
-                <version>${activemq-version}</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-ra</artifactId>
-                <version>${activemq-version}</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>activemq</groupId>
-                    <artifactId>jmdns</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-web</artifactId>
-                <version>${activemq-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>jivesoftware</groupId>
-                <artifactId>smack</artifactId>
-                <version>2.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>jivesoftware</groupId>
-                <artifactId>smackx</artifactId>
-                <version>2.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>activesoap</groupId>
-                <artifactId>activesoap</artifactId>
-                <version>1.0-20050615.083700</version>
-            </dependency>
-            <dependency>
-                <groupId>annogen</groupId>
-                <artifactId>annogen</artifactId>
-                <version>0.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>1.6.5</version>
-            </dependency>
-            <dependency>
-                <groupId>antlr</groupId>
-                <artifactId>antlr</artifactId>
-                <version>2.7.5</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-jaxrpc</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-saaj</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>backport-util-concurrent</groupId>
-                <artifactId>backport-util-concurrent</artifactId>
-                <version>${backport-util-concurrent-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>castor</groupId>
-                <artifactId>castor</artifactId>
-                <version>0.9.5.3</version>
-            </dependency>
-            <dependency>
-                <groupId>cglib</groupId>
-                <artifactId>cglib</artifactId>
-                <version>2.1_3</version>
-            </dependency>
-            <dependency>
-                <groupId>cglib</groupId>
-                <artifactId>cglib-full</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>cglib</groupId>
-                <artifactId>cglib-nodep</artifactId>
-                <version>2.1_3</version>
-            </dependency>
-            <dependency>
-                <groupId>classworlds</groupId>
-                <artifactId>classworlds</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-attributes</groupId>
-                <artifactId>commons-attributes-api</artifactId>
-                <version>2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-attributes</groupId>
-                <artifactId>commons-attributes-plugin</artifactId>
-                <version>2.1</version>
-                <!--type>plugin</type-->
-            </dependency>
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils-core</artifactId>
-                <version>${commons-beanutils-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>3.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-dbcp</groupId>
-                <artifactId>commons-dbcp</artifactId>
-                <version>1.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-discovery</groupId>
-                <artifactId>commons-discovery</artifactId>
-                <version>0.2</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-el</groupId>
-                <artifactId>commons-el</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-httpclient</groupId>
-                <artifactId>commons-httpclient</artifactId>
-                <version>3.0</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>junit</groupId>
-                        <artifactId>junit</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.3.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-lang</groupId>
-                <artifactId>commons-lang</artifactId>
-                <version>2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.1</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>servlet-api</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>commons-net</groupId>
-                <artifactId>commons-net</artifactId>
-                <version>1.4.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-pool</groupId>
-                <artifactId>commons-pool</artifactId>
-                <version>1.2</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xerces</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>commons-primitives</groupId>
-                <artifactId>commons-primitives</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-vfs</groupId>
-                <artifactId>commons-vfs</artifactId>
-                <version>20050307052300</version>
-            </dependency>
-            <dependency>
-                <groupId>concurrent</groupId>
-                <artifactId>concurrent</artifactId>
-                <version>1.3.4</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derby</artifactId>
-                <version>${derby-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>drools</groupId>
-                <artifactId>drools-all-jdk1.4</artifactId>
-                <version>2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>drools</groupId>
-                <artifactId>drools-core</artifactId>
-                <version>2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>easymock</groupId>
-                <artifactId>easymock</artifactId>
-                <version>1.2_Java1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>emberio</groupId>
-                <artifactId>emberio</artifactId>
-                <version>0.3-alpha</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-activation</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-common</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-connector</artifactId>
-                <version>${geronimo-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-kernel</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-system</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-security</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-core</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-j2ee</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-common</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-management</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-naming</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-deployment</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-core</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-deployment</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-j2ee</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-kernel</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-network</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-remoting</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-security</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-system</artifactId>
-                <version>${geronimo-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-transaction</artifactId>
-                <version>${geronimo-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-j2ee</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-core</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-activation_1.0.2_spec</artifactId>
-                <version>1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-ejb_2.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jms_1.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jsp_2.0_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-saaj_1.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-servlet_2.4_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-qname_1.1_spec</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
-                <version>1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>groovy</groupId>
-                <artifactId>groovy-all-1.0-jsr</artifactId>
-                <version>04</version>
-            </dependency>
-            <dependency>
-                <groupId>hsqldb</groupId>
-                <artifactId>hsqldb</artifactId>
-                <version>1.7.3.3</version>
-            </dependency>
-            <dependency>
-                <groupId>janino</groupId>
-                <artifactId>janino</artifactId>
-                <version>2.3.2</version>
-            </dependency>
-            <dependency>
-                <groupId>jaxen</groupId>
-                <artifactId>jaxen</artifactId>
-                <version>1.1-beta-9</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>jaxme</groupId>
-                        <artifactId>jaxme-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>dom4j</groupId>
-                        <artifactId>dom4j</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xom</groupId>
-                        <artifactId>xom</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jdom</groupId>
-                        <artifactId>jdom</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xmlParserAPIs</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>dom4j</groupId>
-                <artifactId>dom4j</artifactId>
-                <version>1.6.1</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>jaxme</groupId>
-                        <artifactId>jaxme-api</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>jdom</groupId>
-                <artifactId>jdom</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.jencks</groupId>
-                <artifactId>jencks</artifactId>
-                <version>${jencks-version}</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
-                  </exclusion>
-                  <exclusion>
-                     <groupId>jencks</groupId>
-                     <artifactId>xapool-without-pool</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty-xbean</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty-util</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty-management</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>servlet-api-2.5</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>jstl</artifactId>
-                <version>1.1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>3.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.logicblaze.lingo</groupId>
-                <artifactId>lingo</artifactId>
-                <version>1.3</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>geronimo</groupId>
-                        <artifactId>geronimo-transaction</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>geronimo</groupId>
-                        <artifactId>geronimo-connector</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>concurrent</groupId>
-                        <artifactId>concurrent</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.springframework</groupId>
-                        <artifactId>spring</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>cglib</groupId>
-                        <artifactId>cglib-full</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>aopalliance</groupId>
-                        <artifactId>aopalliance</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>geronimo-spec</groupId>
-                        <artifactId>geronimo-spec-jms</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>geronimo-spec</groupId>
-                        <artifactId>geronimo-spec-jta</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>geronimo-spec</groupId>
-                        <artifactId>geronimo-spec-j2ee-management</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>geronimo-spec</groupId>
-                        <artifactId>geronimo-spec-j2ee-connector</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>incubator-activemq</groupId>
-                        <artifactId>activemq-core</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>incubator-activemq</groupId>
-                        <artifactId>activeio-core</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>incubator-activemq</groupId>
-                        <artifactId>activemq-ra</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jencks</groupId>
-                        <artifactId>jencks-all</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xmlpull</groupId>
-                        <artifactId>xmlpull</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>hsqldb</groupId>
-                        <artifactId>hsqldb</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>backport175</groupId>
-                        <artifactId>backport175</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.13</version>
-            </dependency>
-            <dependency>
-                <groupId>mx4j</groupId>
-                <artifactId>mx4j</artifactId>
-                <version>3.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>mx4j</groupId>
-                <artifactId>mx4j-remote</artifactId>
-                <version>3.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.pluto</groupId>
-                <artifactId>pluto</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.pluto</groupId>
-                <artifactId>pluto-descriptors</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.pluto</groupId>
-                <artifactId>pluto-portal</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>portlet-api</groupId>
-                <artifactId>portlet-api</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>quartz</groupId>
-                <artifactId>quartz</artifactId>
-                <version>1.5.2</version>
-            </dependency>
-            <dependency>
-                <groupId>rome</groupId>
-                <artifactId>rome</artifactId>
-                <version>0.5</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>stax</groupId>
-                <artifactId>stax-api</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>taglibs</groupId>
-                <artifactId>standard</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.woodstox</groupId>
-                <artifactId>wstx-asl</artifactId>
-                <version>${woodstox-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>wsdl4j</groupId>
-                <artifactId>wsdl4j</artifactId>
-                <version>${wsdl4j-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>xalan</artifactId>
-                <version>2.7.0</version>
-                <exclusions>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-spring</artifactId>
-                <version>${xbean-version}</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-classloader</artifactId>
-                <version>${xbean-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>2.8.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.xfire</groupId>
-                <artifactId>xfire-all</artifactId>
-                <version>${xfire-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.mail</groupId>
-                        <artifactId>mail</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jetty</groupId>
-                        <artifactId>org.mortbay.jetty</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>jaxb-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jaxb</groupId>
-                        <artifactId>jaxb-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>jaxb-impl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jaxb</groupId>
-                        <artifactId>jaxb-impl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>sun-saaj-impl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>sun-saaj-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>sun-jaxws-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xfire</groupId>
-                        <artifactId>jaxb-xjc</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.xml</groupId>
-                        <artifactId>jsr173</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.xfire</groupId>
-                <artifactId>xfire-jaxb2</artifactId>
-                <version>${xfire-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>httpunit</groupId>
-                        <artifactId>httpunit</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jetty</groupId>
-                        <artifactId>org.mortbay.jetty</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-httpclient</groupId>
-                        <artifactId>commons-httpclient</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.mail</groupId>
-                        <artifactId>mail</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>ant</groupId>
-                        <artifactId>ant</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-beanutils</groupId>
-                        <artifactId>commons-beanutils</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>qdox</groupId>
-                        <artifactId>qdox</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>com.sun.xml.bind</groupId>
-                        <artifactId>jaxb-xjc</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.xfire</groupId>
-                <artifactId>xfire-xmlbeans</artifactId>
-                <version>${xfire-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>httpunit</groupId>
-                        <artifactId>httpunit</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jetty</groupId>
-                        <artifactId>org.mortbay.jetty</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-httpclient</groupId>
-                        <artifactId>commons-httpclient</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.mail</groupId>
-                        <artifactId>mail</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>ant</groupId>
-                        <artifactId>ant</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-beanutils</groupId>
-                        <artifactId>commons-beanutils</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>qdox</groupId>
-                        <artifactId>qdox</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.xfire</groupId>
-                <artifactId>xfire-castor</artifactId>
-                <version>${xfire-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.xfire</groupId>
-                <artifactId>xfire-jibx</artifactId>
-                <version>${xfire-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xml-apis</groupId>
-                <artifactId>xml-apis</artifactId>
-                <version>1.3.04</version>
-            </dependency>
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xmlParserAPIs</artifactId>
-                <version>2.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>xmlbeans</groupId>
-                <artifactId>xbean</artifactId>
-                <version>2.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>xmlbeans</groupId>
-                <artifactId>xbean_xpath</artifactId>
-                <version>2.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>xmlbeans</groupId>
-                <artifactId>xmlpublic</artifactId>
-                <version>2.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>xstream</groupId>
-                <artifactId>xstream</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.schema</groupId>
-                <artifactId>XmlSchema</artifactId>
-                <version>1.3.2</version>
-            </dependency>
-            <dependency>
-                <groupId>lucene</groupId>
-                <artifactId>lucene</artifactId>
-                <version>1.4.3</version>
-            </dependency>
-            <dependency>
-                <groupId>net.java.dev.saaj</groupId>
-                <artifactId>saaj-impl</artifactId>
-                <version>ea3</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ode</groupId>
-                <artifactId>bpe</artifactId>
-                <version>1.0-20070108</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-jcl</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>tranql</groupId>
-                <artifactId>tranql-connector</artifactId>
-                <version>1.1</version>
-                <exclusions>
-                  <exclusion>
-                    <groupId>axion</groupId>
-                    <artifactId>axion</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>geronimo-spec</groupId>
-                    <artifactId>geronimo-spec-jta</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>geronimo-spec</groupId>
-                    <artifactId>geronimo-spec-j2ee-connector</artifactId>
-                  </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.security</groupId>
-                <artifactId>wss4j</artifactId>
-                <version>1.5.2</version>
-            </dependency>
-            <dependency>
-                <groupId>bouncycastle</groupId>
-                <artifactId>bcprov-jdk14</artifactId>
-                <version>136</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opensaml</groupId>
-                <artifactId>opensaml</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>xml-security</groupId>
-                <artifactId>xmlsec</artifactId>
-                <version>1.3.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.objectweb.howl</groupId>
-                <artifactId>howl</artifactId>
-                <version>1.0.1-1</version>
-            </dependency>
-            <dependency>
-                <groupId>msv</groupId>
-                <artifactId>msv</artifactId>
-                <version>${msv-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>msv</groupId>
-                <artifactId>relaxngDatatype</artifactId>
-                <version>${msv-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>msv</groupId>
-                <artifactId>xsdlib</artifactId>
-                <version>${msv-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>${oro-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>opensymphony</groupId>
-                <artifactId>sitemesh</artifactId>
-                <version>${sitemesh-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-fileupload</groupId>
-                <artifactId>commons-fileupload</artifactId>
-                <version>${commons-fileupload-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.woden</groupId>
-                <artifactId>woden</artifactId>
-                <version>${woden-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.ws.commons.axiom</groupId>
-                        <artifactId>axiom-impl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.ws.commons</groupId>
-                        <artifactId>XmlSchema</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <distributionManagement>
-        <repository>
-            <id>servicemix</id>
-            <name>Apache Release Distribution Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Development Snapshot Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-        <site>
-            <id>servicemix</id>
-            <url>scpexe://people.apache.org/www/servicemix.apache.org/dist/servicemix-${version}/site</url>
-        </site>
-    </distributionManagement>
-
-    <build>
-        <defaultGoal>install</defaultGoal>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>**/*</include>
-                </includes>
-            </resource>
-            <resource>
-                <directory>target/generated</directory>
-                <includes>
-                    <include>**/*</include>
-                </includes>
-            </resource>
-        </resources>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <configuration>
-                        <useFile>true</useFile>
-                        <forkMode>once</forkMode>
-                        <childDelegation>false</childDelegation>
-                        <argLine>-Xmx512M</argLine>
-                        <!--<redirectTestOutputToFile>true</redirectTestOutputToFile>-->
-                        <workingDirectory>${basedir}</workingDirectory>
-                        <systemProperties>
-                            <property>
-                                <name>log4j.configuration</name>
-                                <value>log4j-tests.properties</value>
-                            </property>
-                        </systemProperties>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.servicemix.tooling</groupId>
-                    <artifactId>jbi-maven-plugin</artifactId>
-                    <version>3.3-SNAPSHOT</version>
-                    <extensions>true</extensions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <configuration>
-                        <warSourceDirectory>src/webapp/</warSourceDirectory>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.1</version>
-                    <configuration>
-                        <archive>
-                            <manifest>
-                                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                            </manifest>
-                        </archive>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.xbean</groupId>
-                    <artifactId>maven-xbean-plugin</artifactId>
-                    <version>${xbean-version}</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>maven-jetty-plugin</artifactId>
-                    <version>${jetty-version}</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.3</version>
-                    <configuration>
-                        <buildcommands>
-                            <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
-                            <java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String>
-                            <java.lang.String>net.sourceforge.pmd.runtime.pmdBuilder</java.lang.String>
-                        </buildcommands>
-                        <projectnatures>
-                            <nature>org.eclipse.jdt.core.javanature</nature>
-                            <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
-                            <nature>net.sourceforge.pmd.runtime.pmdNature</nature>
-                        </projectnatures>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.2</version>
-                <configuration>
-                    <minmemory>128m</minmemory>
-                    <maxmemory>512</maxmemory>
-                    <breakiterator>true</breakiterator>
-                    <quiet>true</quiet>
-                    <verbose>false</verbose>
-                    <source>1.5</source>
-                    <!--
-                    FIXME: This worked in m1, but m2 complains about it being an invalid flag
-                    
-                    <additionalparam>-J-Djava.awt.headless=true</additionalparam>
-                    -->
-                    <linksource>true</linksource>
-                    <links>
-                        <!-- JSE -->
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
-                        <link>http://java.sun.com/j2se/1.3/docs/api/</link>
-                        
-                        <!-- JEE -->
-                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
-                        <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api/</link>
-                        
-                        <!-- Libraries -->
-                        <link>http://jakarta.apache.org/commons/collections/apidocs</link>
-                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                        <link>http://www.junit.org/junit/javadoc/</link>
-                        <link>http://logging.apache.org/log4j/docs/api/</link>
-                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                        <link>http://jakarta.apache.org/velocity/api/</link>
-                    </links>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.0</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.0</version>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>1.0.0</version>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>