You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/03/10 00:40:49 UTC

svn commit: r1665386 - in /webservices/axiom/trunk: ./ apicheck/ apicheck/apicheck-maven-plugin/ apicheck/forbiddenapis-core/ apidocs/ aspects/ aspects/core-aspects/ aspects/dom-aspects/ aspects/om-aspects/ axiom-spring-ws/ buildutils/ buildutils/paxex...

Author: veithen
Date: Mon Mar  9 23:40:47 2015
New Revision: 1665386

URL: http://svn.apache.org/r1665386
Log:
Set up tidy-maven-plugin and put POMs into canonical ordering.

Modified:
    webservices/axiom/trunk/apicheck/apicheck-maven-plugin/pom.xml
    webservices/axiom/trunk/apicheck/forbiddenapis-core/pom.xml
    webservices/axiom/trunk/apicheck/pom.xml
    webservices/axiom/trunk/apidocs/pom.xml
    webservices/axiom/trunk/aspects/core-aspects/pom.xml
    webservices/axiom/trunk/aspects/dom-aspects/pom.xml
    webservices/axiom/trunk/aspects/om-aspects/pom.xml
    webservices/axiom/trunk/aspects/pom.xml
    webservices/axiom/trunk/axiom-spring-ws/pom.xml
    webservices/axiom/trunk/buildutils/paxexam-maven-plugin/pom.xml
    webservices/axiom/trunk/buildutils/pom.xml
    webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml
    webservices/axiom/trunk/buildutils/shade-osgi/pom.xml
    webservices/axiom/trunk/code-coverage/pom.xml
    webservices/axiom/trunk/devguide/pom.xml
    webservices/axiom/trunk/distribution/pom.xml
    webservices/axiom/trunk/implementations/axiom-dom/pom.xml
    webservices/axiom/trunk/implementations/axiom-impl/pom.xml
    webservices/axiom/trunk/implementations/dom/pom.xml
    webservices/axiom/trunk/implementations/pom.xml
    webservices/axiom/trunk/modules/axiom-all/pom.xml
    webservices/axiom/trunk/modules/axiom-api/pom.xml
    webservices/axiom/trunk/modules/axiom-buildutils/pom.xml
    webservices/axiom/trunk/modules/axiom-c14n/pom.xml
    webservices/axiom/trunk/modules/axiom-compat/pom.xml
    webservices/axiom/trunk/modules/axiom-jaxb/pom.xml
    webservices/axiom/trunk/modules/axiom-samples/pom.xml
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/systests/cross-om-tests/pom.xml
    webservices/axiom/trunk/systests/eclipse-tests/pom.xml
    webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml
    webservices/axiom/trunk/systests/integration-tests/pom.xml
    webservices/axiom/trunk/systests/jboss-tests/pom.xml
    webservices/axiom/trunk/systests/old-tests/pom.xml
    webservices/axiom/trunk/systests/osgi-tests/pom.xml
    webservices/axiom/trunk/systests/pom.xml
    webservices/axiom/trunk/systests/spring-ws-tests/pom.xml
    webservices/axiom/trunk/systests/wss4j-tests/pom.xml
    webservices/axiom/trunk/testing/axiom-testsuite/pom.xml
    webservices/axiom/trunk/testing/dom-testsuite/pom.xml
    webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml
    webservices/axiom/trunk/testing/pom.xml
    webservices/axiom/trunk/testing/saaj-testsuite/pom.xml
    webservices/axiom/trunk/testing/soap-testsuite/pom.xml
    webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml
    webservices/axiom/trunk/testing/testutils/pom.xml
    webservices/axiom/trunk/userguide/pom.xml

Modified: webservices/axiom/trunk/apicheck/apicheck-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apicheck/apicheck-maven-plugin/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/apicheck/apicheck-maven-plugin/pom.xml (original)
+++ webservices/axiom/trunk/apicheck/apicheck-maven-plugin/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>apicheck</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>apicheck-maven-plugin</artifactId>
-    <name>Axiom API Check Maven Plugin</name>
     <packaging>maven-plugin</packaging>
+
+    <name>Axiom API Check Maven Plugin</name>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
@@ -50,6 +54,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/apicheck/forbiddenapis-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apicheck/forbiddenapis-core/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/apicheck/forbiddenapis-core/pom.xml (original)
+++ webservices/axiom/trunk/apicheck/forbiddenapis-core/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>apicheck</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>forbiddenapis-core</artifactId>
-    <name>Forbidden API Core (Shaded JAR)</name>
     <packaging>jar</packaging>
+
+    <name>Forbidden API Core (Shaded JAR)</name>
+
     <dependencies>
         <dependency>
             <groupId>de.thetaphi</groupId>
@@ -34,6 +38,7 @@
             <version>1.7</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/apicheck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apicheck/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/apicheck/pom.xml (original)
+++ webservices/axiom/trunk/apicheck/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,23 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>apicheck</artifactId>
-    <name>API Check</name>
     <packaging>pom</packaging>
+
+    <name>API Check</name>
+
+    <modules>
+        <module>apicheck-maven-plugin</module>
+        <module>forbiddenapis-core</module>
+    </modules>
+
     <build>
         <plugins>
             <plugin>
@@ -45,8 +54,4 @@
             </plugin>
         </plugins>
     </build>
-    <modules>
-        <module>apicheck-maven-plugin</module>
-        <module>forbiddenapis-core</module>
-    </modules>
 </project>

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>apidocs</artifactId>
-    <name>Javadoc</name>
     <packaging>pom</packaging>
+
+    <name>Javadoc</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -82,6 +86,7 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/aspects/core-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/core-aspects/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/core-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/core-aspects/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>core-aspects</artifactId>
-    <name>Core Aspects</name>
     <packaging>bundle</packaging>
+
+    <name>Core Aspects</name>
+
     <dependencies>
         <dependency>
             <!-- This dependency will eventually go away -->
@@ -39,4 +43,4 @@
             <artifactId>aspectjrt</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/axiom/trunk/aspects/dom-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/dom-aspects/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/dom-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/dom-aspects/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>dom-aspects</artifactId>
-    <name>DOM Aspects</name>
     <packaging>bundle</packaging>
+
+    <name>DOM Aspects</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -43,4 +47,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/axiom/trunk/aspects/om-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/om-aspects/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/om-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/om-aspects/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,18 +19,22 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>om-aspects</artifactId>
-    <name>OM Aspects</name>
     <!-- Although om-aspects will never be used as a bundle itself, we still need the OSGi metadata
          so that we can generate a correct manifest when the classes are included in axiom-impl and
          axiom-dom by maven-shade-plugin. -->
     <packaging>bundle</packaging>
+
+    <name>OM Aspects</name>
     <description>Contains aspects and implementation classes shared by LLOM and DOOM.</description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: webservices/axiom/trunk/aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,19 +19,24 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>aspects</artifactId>
-    <name>Aspects</name>
     <packaging>pom</packaging>
+
+    <name>Aspects</name>
+
     <modules>
         <module>core-aspects</module>
         <module>dom-aspects</module>
         <module>om-aspects</module>
     </modules>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/axiom-spring-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-spring-ws/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-spring-ws/pom.xml (original)
+++ webservices/axiom/trunk/axiom-spring-ws/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>axiom-spring-ws</artifactId>
+
     <name>Axiom/Spring-WS Integration</name>
     <description>Axiom integration for Spring Web Services</description>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework.ws</groupId>
@@ -77,6 +81,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/buildutils/paxexam-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/paxexam-maven-plugin/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/paxexam-maven-plugin/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/paxexam-maven-plugin/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,17 +19,22 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>paxexam-maven-plugin</artifactId>
-    <name>Pax Exam Maven plugin</name>
     <packaging>maven-plugin</packaging>
+
+    <name>Pax Exam Maven plugin</name>
+
     <properties>
         <maven.version>2.0.11</maven.version>
     </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
@@ -47,6 +52,7 @@
             <version>1.4</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/buildutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,24 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>buildutils</artifactId>
-    <name>Build utilities</name>
     <packaging>pom</packaging>
+
+    <name>Build utilities</name>
+
+    <modules>
+        <module>paxexam-maven-plugin</module>
+        <module>shade-axiom-xml</module>
+        <module>shade-osgi</module>
+    </modules>
+
     <build>
         <plugins>
             <!-- The build requires Java 1.6; therefore we can use that version for the build utils as well -->
@@ -66,9 +76,4 @@
             </plugin>
         </plugins>
     </build>
-    <modules>
-        <module>paxexam-maven-plugin</module>
-        <module>shade-axiom-xml</module>
-        <module>shade-osgi</module>
-    </modules>
 </project>

Modified: webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>shade-axiom-xml</artifactId>
+
     <name>Resource Transformer for META-INF/axiom.xml files</name>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>

Modified: webservices/axiom/trunk/buildutils/shade-osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/shade-osgi/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/shade-osgi/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/shade-osgi/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>shade-osgi</artifactId>
+
     <name>Resource Transformer for OSGi Manifests</name>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>

Modified: webservices/axiom/trunk/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/code-coverage/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/code-coverage/pom.xml (original)
+++ webservices/axiom/trunk/code-coverage/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>code-coverage</artifactId>
-    <name>Code Coverage Report</name>
     <packaging>pom</packaging>
+
+    <name>Code Coverage Report</name>
+
     <dependencies>
         <!--
           For each project that should appear in the coverage report, add the following dependencies:
@@ -208,6 +212,7 @@
             <type>exec</type>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/devguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/devguide/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/devguide/pom.xml (original)
+++ webservices/axiom/trunk/devguide/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>devguide</artifactId>
-    <name>Developer Guide</name>
     <packaging>pom</packaging>
+
+    <name>Developer Guide</name>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>distribution</artifactId>
-    <name>Distribution</name>
     <packaging>pom</packaging>
+
+    <name>Distribution</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -83,6 +87,7 @@
             <type>zip</type>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/implementations/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-dom/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-dom/pom.xml (original)
+++ webservices/axiom/trunk/implementations/axiom-dom/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>axiom-dom</artifactId>
-    <name>Axiom DOM</name>
     <packaging>bundle</packaging>
+
+    <name>Axiom DOM</name>
     <description>The Axiom DOM implementation.</description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -98,6 +102,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/implementations/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-impl/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-impl/pom.xml (original)
+++ webservices/axiom/trunk/implementations/axiom-impl/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>axiom-impl</artifactId>
-    <name>Axiom Impl</name>
     <packaging>bundle</packaging>
+
+    <name>Axiom Impl</name>
     <description>The Axiom default implementation.</description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -87,6 +91,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/implementations/dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/dom/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/dom/pom.xml (original)
+++ webservices/axiom/trunk/implementations/dom/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>dom</artifactId>
+
     <name>DOM Implementation</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -33,6 +37,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,19 +19,24 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>implementations</artifactId>
-    <name>Implementations</name>
     <packaging>pom</packaging>
+
+    <name>Implementations</name>
+
     <modules>
         <module>axiom-impl</module>
         <module>axiom-dom</module>
         <module>dom</module>
     </modules>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-all/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-all/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-all/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,24 +19,29 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-all</artifactId>
-    <name>Axiom Uber-JAR</name>
     <packaging>jar</packaging>
+
+    <name>Axiom Uber-JAR</name>
     <description>Combines all Axiom artifacts into a single one.</description>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-all</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-all</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-all</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -69,6 +74,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-api/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,24 +19,29 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-api</artifactId>
+    <packaging>bundle</packaging>
+
     <name>Axiom API</name>
     <description>The Axiom API</description>
-    <packaging>bundle</packaging>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -106,6 +111,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -250,6 +256,7 @@
             </plugin>
         </plugins>
     </build>
+
     <profiles>
         <profile>
             <!-- This profile adds IBM's XLXP StAX implementation to the dialect test suite

Modified: webservices/axiom/trunk/modules/axiom-buildutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-buildutils/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-buildutils/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-buildutils/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,25 +19,30 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-buildutils</artifactId>
+
     <name>Axiom Build Utilities</name>
     <description>
         Contains utility classes used during the build.
     </description>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven.doxia</groupId>
@@ -46,6 +51,7 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-c14n/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-c14n/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-c14n/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-c14n/pom.xml Mon Mar  9 23:40:47 2015
@@ -20,24 +20,29 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-c14n</artifactId>
-    <name>Axiom C14N</name>
     <packaging>bundle</packaging>
+
+    <name>Axiom C14N</name>
     <description />
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -55,6 +60,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-compat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-compat/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-compat/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,24 +19,29 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-compat</artifactId>
-    <name>Axiom Compatibility Classes</name>
     <packaging>jar</packaging>
+
+    <name>Axiom Compatibility Classes</name>
     <description>Contains deprecated classes that will disappear in the next major release.</description>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-compat</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-compat</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-compat</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -89,6 +94,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-jaxb/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-jaxb/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,24 +19,29 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-jaxb</artifactId>
-    <name>Axiom JAXB Integration</name>
     <packaging>bundle</packaging>
+
+    <name>Axiom JAXB Integration</name>
     <description>Provides an OMDataSource implementation for JAXB 2.x.</description>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxb</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxb</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-jaxb</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -75,6 +80,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/modules/axiom-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-samples/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-samples/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-samples/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,26 +19,31 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
+
     <artifactId>axiom-samples</artifactId>
+
     <name>Axiom Samples</name>
     <description>
         Contains the sample code published on the Web site. The purpose of this project
         is to validate that every published sample executes correctly.
     </description>
+    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
+    <url>http://ws.apache.org/axiom/</url>
+
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-samples</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-samples</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-samples</url>
     </scm>
-    <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
-    <url>http://ws.apache.org/axiom/</url>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -84,6 +89,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,6 +19,7 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
@@ -26,18 +27,17 @@
                    that we don't need/want; don't use these versions -->
         <version>13</version>
     </parent>
+
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <name>Axiom</name>
     <version>1.2.15-SNAPSHOT</version>
     <packaging>pom</packaging>
+
+    <name>Axiom</name>
     <description>AXIOM API</description>
     <url>http://ws.apache.org/axiom/</url>
-    <issueManagement>
-        <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/AXIOM</url>
-    </issueManagement>
     <inceptionYear>2004</inceptionYear>
+
     <developers>
         <developer>
             <name>Saminda Abeyruwan</name>
@@ -207,11 +207,78 @@
             <email>jochen.wiedmann AT gmail.com</email>
         </contributor>
     </contributors>
+
+    <modules>
+        <module>buildutils</module>
+        <module>modules/axiom-buildutils</module>
+        <module>modules/axiom-api</module>
+        <module>modules/axiom-compat</module>
+        <module>modules/axiom-jaxb</module>
+        <module>modules/axiom-c14n</module>
+        <module>modules/axiom-all</module>
+        <module>modules/axiom-samples</module>
+        <module>axiom-spring-ws</module>
+        <module>systests</module>
+        <module>apicheck</module>
+        <module>devguide</module>
+        <module>userguide</module>
+        <module>apidocs</module>
+        <module>distribution</module>
+        <module>code-coverage</module>
+        <module>testing</module>
+        <module>aspects</module>
+        <module>implementations</module>
+    </modules>
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom</url>
     </scm>
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://issues.apache.org/jira/browse/AXIOM</url>
+    </issueManagement>
+    <distributionManagement>
+        <site>
+            <id>website</id>
+            <url>scpexe://people.apache.org/home/${user.name}/public_html/axiom</url>
+        </site>
+    </distributionManagement>
+
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
+        <stax.impl.artifact>woodstox-core-asl</stax.impl.artifact>
+        <stax.impl.version>4.2.0</stax.impl.version>
+        <failIfNoTests>false</failIfNoTests>
+        <!--
+        <stax.impl.groupid>com.sun.xml.stream</stax.impl.groupid>
+        <stax.impl.artifact>sjsxp</stax.impl.artifact>
+        <stax.impl.version>1.0.1</stax.impl.version>
+        -->
+        <!--
+        <stax.impl.groupid>stax</stax.impl.groupid>
+        <stax.impl.artifact>stax</stax.impl.artifact>
+        <stax.impl.version>1.2.0</stax.impl.version>
+        -->
+        <shade.plugin.version>1.6</shade.plugin.version>
+        <jacoco.version>0.6.3.201306030806</jacoco.version>
+    </properties>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>veithen-github-mvn-repo</id>
+            <url>https://raw.github.com/veithen/mvn-repo/master/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -384,45 +451,8 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-    <properties>
-        <osgi.version>4.2.0</osgi.version>
-        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.artifact>woodstox-core-asl</stax.impl.artifact>
-        <stax.impl.version>4.2.0</stax.impl.version>
-        <failIfNoTests>false</failIfNoTests>
-        <!--
-        <stax.impl.groupid>com.sun.xml.stream</stax.impl.groupid>
-        <stax.impl.artifact>sjsxp</stax.impl.artifact>
-        <stax.impl.version>1.0.1</stax.impl.version>
-        -->
-        <!--
-        <stax.impl.groupid>stax</stax.impl.groupid>
-        <stax.impl.artifact>stax</stax.impl.artifact>
-        <stax.impl.version>1.2.0</stax.impl.version>
-        -->
-        <shade.plugin.version>1.6</shade.plugin.version>
-        <jacoco.version>0.6.3.201306030806</jacoco.version>
-    </properties>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>veithen-github-mvn-repo</id>
-            <url>https://raw.github.com/veithen/mvn-repo/master/snapshots/</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
+
     <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh-external</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -798,8 +828,49 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>tidy-maven-plugin</artifactId>
+                <version>1.0-beta-1</version>
+                <executions>
+                    <execution>
+                        <!-- The default binding to the verify phase doesn't work here because some
+                             modules transform their POMs. -->
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ssh-external</artifactId>
+                <version>2.2</version>
+            </extension>
+        </extensions>
     </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.6</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>issue-tracking</report>
+                            <report>project-team</report>
+                            <report>scm</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
     <profiles>
         <profile>
             <id>apache-release</id>
@@ -864,48 +935,4 @@
             </build>
         </profile>
     </profiles>
-    <reporting>
-        <plugins>
-            <plugin>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.6</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>issue-tracking</report>
-                            <report>project-team</report>
-                            <report>scm</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-    <distributionManagement>
-        <site>
-            <id>website</id>
-            <url>scpexe://people.apache.org/home/${user.name}/public_html/axiom</url>
-        </site>
-    </distributionManagement>
-    <modules>
-        <module>buildutils</module>
-        <module>modules/axiom-buildutils</module>
-        <module>modules/axiom-api</module>
-        <module>modules/axiom-compat</module>
-        <module>modules/axiom-jaxb</module>
-        <module>modules/axiom-c14n</module>
-        <module>modules/axiom-all</module>
-        <module>modules/axiom-samples</module>
-        <module>axiom-spring-ws</module>
-        <module>systests</module>
-        <module>apicheck</module>
-        <module>devguide</module>
-        <module>userguide</module>
-        <module>apidocs</module>
-        <module>distribution</module>
-        <module>code-coverage</module>
-        <module>testing</module>
-        <module>aspects</module>
-        <module>implementations</module>
-    </modules>
 </project>

Modified: webservices/axiom/trunk/systests/cross-om-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/cross-om-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/cross-om-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/cross-om-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>cross-om-tests</artifactId>
+
     <name>Cross OM Tests</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -46,4 +50,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/axiom/trunk/systests/eclipse-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,18 +19,23 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>eclipse-tests</artifactId>
+    <packaging>pom</packaging>
+
     <name>Eclipse Tests</name>
     <description>Contains test cases that verify that the Axiom OSGi bundles are usable out of the box by Eclipse plug-ins.</description>
-    <packaging>pom</packaging>
+
     <properties>
         <tycho-version>0.18.1</tycho-version>
     </properties>
+
     <dependencies>
         <!-- We declare dependencies here to guarantee that the build order is correct.
              The dependencies will be inherited by the test project (src/it/project). -->
@@ -56,6 +61,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>@project.groupId@</groupId>
         <artifactId>eclipse-tests</artifactId>
         <version>@project.version@</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
+
     <artifactId>eclipse-tests-project</artifactId>
     <packaging>eclipse-test-plugin</packaging>
+
     <repositories>
         <repository>
             <id>kepler</id>
@@ -38,6 +41,7 @@
             <url>http://download.eclipse.org/releases/kepler/201306260900</url>
         </repository>
     </repositories>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/systests/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/integration-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/integration-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/integration-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,17 +19,21 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>integration-tests</artifactId>
+
     <name>Axiom Integration Test Suite</name>
     <description>
         This module contains tests that validate the interoperability of Axiom with
         other libraries.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -81,6 +85,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/systests/jboss-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/jboss-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/jboss-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/jboss-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,24 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>jboss-tests</artifactId>
-    <name>JBoss Tests</name>
     <packaging>jar</packaging>
+
+    <name>JBoss Tests</name>
+
+    <properties>
+        <jboss.version>7.1.1.Final</jboss.version>
+        <jboss.home>${project.build.directory}/jboss-as-${jboss.version}</jboss.home>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -53,10 +62,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <properties>
-        <jboss.version>7.1.1.Final</jboss.version>
-        <jboss.home>${project.build.directory}/jboss-as-${jboss.version}</jboss.home>
-    </properties>
+
     <build>
         <testResources>
             <testResource>

Modified: webservices/axiom/trunk/systests/old-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/old-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/old-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/old-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,16 +19,20 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>old-tests</artifactId>
+
     <name>Axiom Test Suite (old)</name>
     <description>
         Legacy test suite. The tests in this module will be moved to other places. See AXIOM-311.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: webservices/axiom/trunk/systests/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/osgi-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/osgi-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,23 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>osgi-tests</artifactId>
-    <name>Axiom OSGi Tests</name>
     <packaging>jar</packaging>
+
+    <name>Axiom OSGi Tests</name>
+
+    <properties>
+        <exam.version>3.3.0</exam.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -90,9 +98,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <properties>
-        <exam.version>3.3.0</exam.version>
-    </properties>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/pom.xml (original)
+++ webservices/axiom/trunk/systests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,30 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>systests</artifactId>
-    <name>System Tests</name>
     <packaging>pom</packaging>
+
+    <name>System Tests</name>
+
+    <modules>
+        <module>cross-om-tests</module>
+        <module>eclipse-tests</module>
+        <module>integration-tests</module>
+        <module>jboss-tests</module>
+        <module>old-tests</module>
+        <module>osgi-tests</module>
+        <module>spring-ws-tests</module>
+        <module>wss4j-tests</module>
+    </modules>
+
     <build>
         <plugins>
             <plugin>
@@ -52,14 +67,4 @@
             </plugin>
         </plugins>
     </build>
-    <modules>
-        <module>cross-om-tests</module>
-        <module>eclipse-tests</module>
-        <module>integration-tests</module>
-        <module>jboss-tests</module>
-        <module>old-tests</module>
-        <module>osgi-tests</module>
-        <module>spring-ws-tests</module>
-        <module>wss4j-tests</module>
-    </modules>
 </project>

Modified: webservices/axiom/trunk/systests/spring-ws-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/spring-ws-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/spring-ws-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/spring-ws-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,18 +19,22 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>spring-ws-tests</artifactId>
+    <packaging>jar</packaging>
+
     <name>Spring WS Tests</name>
     <description>
         Tests interoperability with recent Spring Web Services releases.
     </description>
-    <packaging>jar</packaging>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework.ws</groupId>

Modified: webservices/axiom/trunk/systests/wss4j-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/wss4j-tests/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/wss4j-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/wss4j-tests/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>wss4j-tests</artifactId>
+
     <name>WSS4J Tests</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -56,6 +60,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/testing/axiom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/axiom-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/axiom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/axiom-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,17 +19,21 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>axiom-testsuite</artifactId>
+
     <name>Axiom Implementation Test Suite</name>
     <description>
         The Axiom implementation test suite. This test suite can be used to check conformance of a
         particular Axiom implementation.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -78,6 +82,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+
     <profiles>
         <profile>
             <id>apache-release</id>

Modified: webservices/axiom/trunk/testing/dom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/dom-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/dom-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,16 +19,20 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>dom-testsuite</artifactId>
+
     <name>DOM Test Suite</name>
     <description>
         DOM test suite. This test suite can be applied to any DOM implementation. It is validated against Apache Xerces.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -69,6 +73,7 @@
             <version>5.0.3</version>
         </dependency>
     </dependencies>
+
     <build>
         <resources>
             <resource>
@@ -228,6 +233,7 @@
             </plugin>
         </plugins>
     </build>
+
     <profiles>
         <profile>
             <id>apache-release</id>

Modified: webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,16 +19,20 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>jaxen-testsuite</artifactId>
+
     <name>Jaxen Test Suite</name>
     <description>
         Contains unit test code from Jaxen.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>jaxen</groupId>
@@ -39,6 +43,7 @@
             <artifactId>junit</artifactId>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -50,6 +55,7 @@
             </plugin>
         </plugins>
     </build>
+
     <profiles>
         <profile>
             <id>apache-release</id>

Modified: webservices/axiom/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/pom.xml (original)
+++ webservices/axiom/trunk/testing/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,14 +19,18 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>testing</artifactId>
-    <name>Testing</name>
     <packaging>pom</packaging>
+
+    <name>Testing</name>
+
     <modules>
         <module>axiom-testsuite</module>
         <module>dom-testsuite</module>
@@ -36,6 +40,7 @@
         <module>spring-ws-testsuite</module>
         <module>testutils</module>
     </modules>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/testing/saaj-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/saaj-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/saaj-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/saaj-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>saaj-testsuite</artifactId>
+
     <name>SAAJ Test Suite</name>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: webservices/axiom/trunk/testing/soap-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/soap-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/soap-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/soap-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,16 +19,20 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>soap-testsuite</artifactId>
+
     <name>SOAP Test Suite</name>
     <description>
         Contains sample messages, metadata and utilities to build tests for SOAP 1.1 and 1.2.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -36,6 +40,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <profiles>
         <profile>
             <id>apache-release</id>

Modified: webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,13 +19,17 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>spring-ws-testsuite</artifactId>
+
     <name>Spring-WS Test Suite</name>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework.ws</groupId>
@@ -113,6 +117,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>

Modified: webservices/axiom/trunk/testing/testutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/testutils/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/testutils/pom.xml (original)
+++ webservices/axiom/trunk/testing/testutils/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,16 +19,20 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
+
     <artifactId>testutils</artifactId>
+
     <name>Axiom Test Utilities</name>
     <description>
         Contains utility classes used by the test suites in Axiom.
     </description>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -77,6 +81,7 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
+
     <build>
         <resources>
             <resource>
@@ -117,6 +122,7 @@
             </plugin>
         </plugins>
     </build>
+
     <profiles>
         <profile>
             <id>apache-release</id>

Modified: webservices/axiom/trunk/userguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/pom.xml?rev=1665386&r1=1665385&r2=1665386&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/pom.xml (original)
+++ webservices/axiom/trunk/userguide/pom.xml Mon Mar  9 23:40:47 2015
@@ -19,15 +19,19 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>userguide</artifactId>
-    <name>User Guide</name>
     <packaging>pom</packaging>
+
+    <name>User Guide</name>
+
     <build>
         <plugins>
             <plugin>