You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/04/07 19:48:38 UTC

svn commit: r526456 [4/6] - in /webservices/axis2/branches/java/1_2: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxw...

Modified: webservices/axis2/branches/java/1_2/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jibx/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/jibx/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the specific language governing permissions and
 	! limitations under the License.
 	!-->
-<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">
+<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.axis2</groupId>
@@ -25,133 +23,101 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-jibx</artifactId>
-    <name>Apache Axis 2.0 - JiBX Data Binding</name>
-    <description>JiBX data binding support for Axis 2.0</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jibx</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jibx</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jibx</url>
-  </scm>
+	<name>Apache Axis 2.0 - JiBX Data Binding</name>
+	<description>JiBX data binding support for Axis 2.0</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
-        <dependency>
-            <groupId>jibx</groupId>
-            <artifactId>jibx-bind</artifactId>
-            <version>1.1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>jibx</groupId>
-            <artifactId>jibx-run</artifactId>
-            <version>1.1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.bcel</groupId>
-            <artifactId>bcel</artifactId>
-            <version>5.2</version>
-        </dependency>
-        <dependency>
-       		<groupId>org.apache.ant</groupId>
-       		<artifactId>ant</artifactId>
-       		<version>1.7.0</version>
-      </dependency>
-      <dependency>
-       		<groupId>org.apache.ant</groupId>
-       		<artifactId>ant-launcher</artifactId>
-       		<version>1.7.0</version>
-      </dependency>
+		<dependency>
+			<groupId>jibx</groupId>
+			<artifactId>jibx-bind</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>jibx</groupId>
+			<artifactId>jibx-run</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.bcel</groupId>
+			<artifactId>bcel</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant-launcher</artifactId>
+		</dependency>
 	</dependencies>
- 	<repositories>
-         <repository>
-            <id>jibx</id>
-            <name>Jibx Repository</name>
-            <url>http://jibx.sourceforge.net/maven</url>
-            <layout>legacy</layout>
-        </repository>
-     </repositories>
 	<build>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<excludes>
+					<exclude>**/*.java</exclude>
+				</excludes>
+			</resource>
+		</resources>
 		<sourceDirectory>src</sourceDirectory>
 		<testSourceDirectory>test</testSourceDirectory>
 		<testResources>
-      <testResource>
-        <targetPath>../test-resources</targetPath>
-        <directory>test-resources</directory>
-        <includes>
-          <include>**/**</include>
-        </includes>
-      </testResource>
-    </testResources>
-    <plugins>
-  	  <plugin>
-  		<artifactId>maven-surefire-plugin</artifactId>
-  		<inherited>true</inherited>
-  		<configuration>
-  			<skip>false</skip>
-  		</configuration>
-  	  </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>compile</id>
-            <phase>test-compile</phase>
-            <configuration>
-              <tasks>
-	            <java classname="org.jibx.binding.Compile" fork="true">
-		        	<classpath refid="maven.runtime.classpath"/>
-		        	<classpath location="target/test-classes"/>
-			          <arg value="-v"/>
-			          <arg value="test-resources/binding/customer-binding.xml"/>
-			          <arg value="test-resources/binding/library-binding.xml"/>
-	      		</java> 
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>gen-cp</id>
-            <phase>generate-test-sources</phase>
-            <configuration>
-              <tasks>
-              <property name="cp" refid="maven.runtime.classpath" />             
-              <echo message="${cp}" file="target/cp.txt" /> 
-			  </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-antlr</artifactId>
-            <version>1.7.0</version>
-          </dependency>
-          <dependency>
-            <groupId>antlr</groupId>
-            <artifactId>antlrall</artifactId>
-            <version>2.7.4</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
+			<testResource>
+				<targetPath>../test-resources</targetPath>
+				<directory>test-resources</directory>
+				<includes>
+					<include>**/**</include>
+				</includes>
+			</testResource>
+		</testResources>
+		<plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>false</skip>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>compile</id>
+						<phase>test-compile</phase>
+						<configuration>
+							<tasks>
+								<java classname="org.jibx.binding.Compile" fork="true">
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="target/test-classes"/>
+									<arg value="-v"/>
+									<arg value="test-resources/binding/customer-binding.xml"/>
+									<arg value="test-resources/binding/library-binding.xml"/>
+								</java>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>gen-cp</id>
+						<phase>generate-test-sources</phase>
+						<configuration>
+							<tasks>
+								<property name="cp" refid="maven.runtime.classpath"/>
+								<echo message="${cp}" file="target/cp.txt"/>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
 	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/json/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/json/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the specific language governing permissions and
 	! limitations under the License.
 	!-->
-<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">
+<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.axis2</groupId>
@@ -25,15 +23,9 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-json</artifactId>
 	<name>Apache Axis 2.0 - JSON</name>
 	<description>Axis2 JSON module</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/json</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/json</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/json</url>
-  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
@@ -41,17 +33,15 @@
 			<version>${version}</version>
 		</dependency>
 		<dependency>
-            <groupId>org.codehaus.jettison</groupId>
-            <artifactId>jettison</artifactId>
-            <version>1.0-alpha-2-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-     	 <groupId>xmlunit</groupId>
-     	 <artifactId>xmlunit</artifactId>
-     	 <scope>test</scope>
-   	    </dependency>
+			<groupId>org.codehaus.jettison</groupId>
+			<artifactId>jettison</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
-
 	<build>
 		<sourceDirectory>src</sourceDirectory>
 		<testSourceDirectory>test</testSourceDirectory>
@@ -60,15 +50,14 @@
 				<directory>test-resources</directory>
 			</testResource>
 		</testResources>
-		    
 		<plugins>
-	  	  <plugin>
-	  		<artifactId>maven-surefire-plugin</artifactId>
-	  		<inherited>true</inherited>
-	  		<configuration>
-	  			<skip>false</skip>
-	  		</configuration>
-	  	  </plugin>
-	    </plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>false</skip>
+				</configuration>
+			</plugin>
+		</plugins>
 	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/kernel/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/kernel/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,199 +15,167 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<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.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>    
-  </parent>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/kernel/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/kernel/</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/kernel/</url>
-  </scm>
-
-  <artifactId>axis2-kernel</artifactId>
-  <name>Apache Axis 2.0 - Kernel</name>
-  <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-java2wsdl</artifactId>
-		<version>${version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-    </dependency>      
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
-    </dependency> 
-    <dependency>
-      <groupId>wsdl4j</groupId>
-      <artifactId>wsdl4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>backport-util-concurrent</groupId>
-      <artifactId>backport-util-concurrent</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-    </dependency>
-    <!-- Added this to support WS Policy in Axis2 -->
-    <dependency>
-        <groupId>org.apache.ws.commons.schema</groupId>
-        <artifactId>XmlSchema</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-    <dependency>
-      <groupId>org.apache.neethi</groupId>
-      <artifactId>neethi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.woden</groupId>
-      <artifactId>woden</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>annogen</groupId>
-        <artifactId>annogen</artifactId>
-      </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jms_1.1_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>axiom-api</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>axiom-impl</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>axiom-dom</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
-      </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <testSourceDirectory>test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>conf</directory>
-        <excludes>
-          <exclude>**/*.properties</exclude>
-        </excludes>
-        <filtering>false</filtering>
-      </resource>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <targetPath>../test-resources</targetPath>
-        <directory>test-resources</directory>
-        <includes>
-          <include>**/**</include>
-        </includes>
-      </testResource>
-    </testResources>
-    <plugins>
-  	  <plugin>
-  		<artifactId>maven-surefire-plugin</artifactId>
-  		<inherited>true</inherited>
-  		<configuration>
-  			<skip>false</skip>
-  			<excludes>
-                <exclude>**/*Abstract*.java</exclude>
-                <exclude>**/*Util*.java</exclude>
-                <exclude>**/*PhaseResolvingTest.java</exclude>
-            </excludes>
-            <includes>
-                <include>**/*Test.java</include>
-            </includes>
-  		</configuration>
-  	  </plugin>
-  	  <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>process-test-resources</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-				<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/service2"/>
-	            <ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/echo"/>
-	            <ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/invalidservice"/>
-	            <ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/module1"/>
-	            <ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/serviceModule"/>
-	            <copy file="${basedir}/test-resources/deployment/axis2.xml" tofile="${basedir}/target/test-resources/deployment/axis2.xml"/>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>test-compile</id>
-            <phase>test-compile</phase>
-            <configuration>
-              <tasks>
-				<property name="maven.build.dir" location="${basedir}/target"/>
-	            <ant antfile="j2secbuild.xml" inheritall="true" inheritrefs="true" dir="test-resources/"/>
-	         </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-antlr</artifactId>
-            <version>1.7.0</version>
-          </dependency>
-          <dependency>
-            <groupId>antlr</groupId>
-            <artifactId>antlrall</artifactId>
-            <version>2.7.4</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
-  </build>
+<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.axis2</groupId>
+		<artifactId>axis2-parent</artifactId>
+		<version>1.2-SNAPSHOT</version>
+		<relativePath>../parent/pom.xml</relativePath>
+	</parent>
+	<artifactId>axis2-kernel</artifactId>
+	<name>Apache Axis 2.0 - Kernel</name>
+	<description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-httpclient</groupId>
+			<artifactId>commons-httpclient</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-fileupload</groupId>
+			<artifactId>commons-fileupload</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.httpcomponents</groupId>
+			<artifactId>jakarta-httpcore</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>wsdl4j</groupId>
+			<artifactId>wsdl4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>backport-util-concurrent</groupId>
+			<artifactId>backport-util-concurrent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.neethi</groupId>
+			<artifactId>neethi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.woden</groupId>
+			<artifactId>woden</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>annogen</groupId>
+			<artifactId>annogen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-jms_1.1_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-dom</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
+	</dependencies>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<testSourceDirectory>test</testSourceDirectory>
+		<resources>
+			<resource>
+				<directory>conf</directory>
+				<excludes>
+					<exclude>**/*.properties</exclude>
+				</excludes>
+				<filtering>false</filtering>
+			</resource>
+			<resource>
+				<directory>src</directory>
+				<excludes>
+					<exclude>**/*.java</exclude>
+				</excludes>
+			</resource>
+		</resources>
+		<testResources>
+			<testResource>
+				<targetPath>../test-resources</targetPath>
+				<directory>test-resources</directory>
+				<includes>
+					<include>**/**</include>
+				</includes>
+			</testResource>
+		</testResources>
+		<plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>false</skip>
+					<excludes>
+						<exclude>**/*Abstract*.java</exclude>
+						<exclude>**/*Util*.java</exclude>
+						<exclude>**/*PhaseResolvingTest.java</exclude>
+					</excludes>
+					<includes>
+						<include>**/*Test.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>process-test-resources</id>
+						<phase>process-test-resources</phase>
+						<configuration>
+							<tasks>
+								<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/service2"/>
+								<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/echo"/>
+								<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/invalidservice"/>
+								<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/module1"/>
+								<ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/serviceModule"/>
+								<copy file="${basedir}/test-resources/deployment/axis2.xml" tofile="${basedir}/target/test-resources/deployment/axis2.xml"/>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>test-compile</id>
+						<phase>test-compile</phase>
+						<configuration>
+							<tasks>
+								<property name="maven.build.dir" location="${basedir}/target"/>
+								<ant antfile="j2secbuild.xml" inheritall="true" inheritrefs="true" dir="test-resources/"/>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/metadata/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/metadata/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/metadata/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the specific language governing permissions and
 	! limitations under the License.
 	!-->
-<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">
+<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.axis2</groupId>
@@ -25,15 +23,9 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-metadata</artifactId>
 	<name>Apache Axis 2.0 - Metadata</name>
 	<description>JSR-181 and JSR-224 Annotations Processing</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/metadata</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/metadata</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/metadata</url>
-  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
@@ -41,148 +33,137 @@
 			<version>${version}</version>
 		</dependency>
 		<dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-jaxws-api</artifactId>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-jaxws-api</artifactId>
 			<version>${version}</version>
-        </dependency>
+		</dependency>
 		<dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-saaj</artifactId>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-saaj</artifactId>
 			<version>${version}</version>
-			<!-- scope>test</scope -->
-        </dependency>
-		 <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <version>2.0.2</version>
-            <exclusions>
-            	<exclusion>
-            		<artifactId>jsr173</artifactId>
-            		<groupId>javax.xml</groupId>
-            	</exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-xjc</artifactId>
-            <version>2.0.2</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>2.0</version>
-            <exclusions>
-            	<exclusion>
-            		<artifactId>jsr173</artifactId>
-            		<groupId>javax.xml</groupId>
-            	</exclusion>
-            </exclusions>
-        </dependency>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-impl</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>jsr173</artifactId>
+					<groupId>javax.xml</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-xjc</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>javax.xml.bind</groupId>
+			<artifactId>jaxb-api</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>jsr173</artifactId>
+					<groupId>javax.xml</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
 	</dependencies>
-
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <testSourceDirectory>test</testSourceDirectory>
-        <resources>
-        <resource>
-        <directory>src</directory>
-        <excludes><exclude>*.java</exclude></excludes>
-        </resource>
-        </resources>
-        <plugins>
-	      <plugin>
-	        <artifactId>maven-compiler-plugin</artifactId>
-	        <inherited>true</inherited>
-	        <configuration>
-	          <source>1.5</source>
-	          <target>1.5</target>
-	        </configuration>
-	      </plugin>
-        <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-        <execution>
-            <id>gen-ts</id>
-            <phase>generate-test-sources</phase>
-            <configuration>
-              <tasks>
-        <!-- Theres got to be a better way to do this -->
-        <property name="schema.source.dir" value="test-resources/xsd"/>
-    	<property name="wsdl.source.dir" value="test-resources/wsdl"/>
-        <property name="schema.output.base.dir" value="target/schema"/>
-        <property name="schema.generated.src.dir" value="${schema.output.base.dir}/src"/>
-        <property name="schema.generated.classes.dir" value="${schema.output.base.dir}/classes"/>
-        
-    	<!-- make the dirs -->
-        <mkdir dir="${schema.output.base.dir}"/>
-        <mkdir dir="${schema.generated.src.dir}"/>
-        <mkdir dir="${schema.generated.classes.dir}"/>
-
-    	<!-- Run JAXB schema compiler with designated schemas -->
-        <echo>Generating JAX-B classes from XSDs</echo>    
-
-    	<echo>Generating java from ProxyDocLitWrapped.wsdl</echo>
-    	<java classname="com.sun.tools.xjc.Driver" fork="true"> 
-    	    <classpath refid="maven.runtime.classpath"/>
-    	    <classpath location="${compiled.classes.dir}"/>
-    	    <arg line="-d ${schema.generated.src.dir} -quiet -p org.test.proxy.doclitwrapped -quiet -wsdl ${wsdl.source.dir}/ProxyDocLitWrapped.wsdl"/>
-    	</java>
-			  </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-antlr</artifactId>
-            <version>1.7.0</version>
-          </dependency>
-          <dependency>
-            <groupId>antlr</groupId>
-            <artifactId>antlrall</artifactId>
-            <version>2.7.4</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-test-source</id>
-            <phase>process-test-resources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/target/schema/src</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-  		<artifactId>maven-surefire-plugin</artifactId>
-  		<inherited>true</inherited>
-  		<configuration>
-  			<skip>false</skip>
-  			<includes>
-           	 <include>**/*Tests.java</include>
-            </includes>
-  		</configuration>
-  	  </plugin>
-       </plugins>
-    </build>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<testSourceDirectory>test</testSourceDirectory>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<excludes>
+					<exclude>*.java</exclude>
+				</excludes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>gen-ts</id>
+						<phase>generate-test-sources</phase>
+						<configuration>
+							<tasks>
+								<!-- Theres got to be a better way to do this -->
+								<property name="schema.source.dir" value="test-resources/xsd"/>
+								<property name="wsdl.source.dir" value="test-resources/wsdl"/>
+								<property name="schema.output.base.dir" value="target/schema"/>
+								<property name="schema.generated.src.dir" value="${schema.output.base.dir}/src"/>
+								<property name="schema.generated.classes.dir" value="${schema.output.base.dir}/classes"/>
+								<!-- make the dirs -->
+								<mkdir dir="${schema.output.base.dir}"/>
+								<mkdir dir="${schema.generated.src.dir}"/>
+								<mkdir dir="${schema.generated.classes.dir}"/>
+								<!-- Run JAXB schema compiler with designated schemas -->
+								<echo>Generating JAX-B classes from XSDs</echo>
+								<echo>Generating java from ProxyDocLitWrapped.wsdl</echo>
+								<java classname="com.sun.tools.xjc.Driver" fork="true">
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg line="-d ${schema.generated.src.dir} -quiet -p org.test.proxy.doclitwrapped -quiet -wsdl ${wsdl.source.dir}/ProxyDocLitWrapped.wsdl"/>
+								</java>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<!--<dependency>
+						<groupId>org.apache.ant</groupId>
+						<artifactId>ant-antlr</artifactId>
+					</dependency>
+					<dependency>
+						<groupId>antlr</groupId>
+						<artifactId>antlrall</artifactId>
+					</dependency>-->
+				</dependencies>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>build-helper-maven-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>add-test-source</id>
+						<phase>process-test-resources</phase>
+						<goals>
+							<goal>add-test-source</goal>
+						</goals>
+						<configuration>
+							<sources>
+								<source>${basedir}/target/schema/src</source>
+							</sources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>false</skip>
+					<includes>
+						<include>**/*Tests.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the specific language governing permissions and
 	! limitations under the License.
 	!-->
-<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">
+<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.axis2</groupId>
@@ -25,15 +23,9 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-mtompolicy</artifactId>
 	<name>Apache Axis 2.0 - MTOM Policy</name>
 	<description>Axis2 : MTOM Policy</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/mtompolicy</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/mtompolicy</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/mtompolicy</url>
-  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
@@ -41,37 +33,34 @@
 			<version>${version}</version>
 		</dependency>
 		<dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
+			<groupId>org.apache.neethi</groupId>
+			<artifactId>neethi</artifactId>
+		</dependency>
 	</dependencies>
-
 	<build>
 		<sourceDirectory>src</sourceDirectory>
-	    <resources>
-	      <resource>
-	        <directory>src</directory>
-	        <excludes>
-	          <exclude>**/*.java</exclude>
-	        </excludes>
-	      </resource>
-	    </resources>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<excludes>
+					<exclude>**/*.java</exclude>
+				</excludes>
+			</resource>
+		</resources>
 		<testSourceDirectory>test</testSourceDirectory>
 		<testResources>
 			<testResource>
 				<directory>test-resources</directory>
 			</testResource>
 		</testResources>
-		    
 		<plugins>
-	  	  <plugin>
-	  		<artifactId>maven-surefire-plugin</artifactId>
-	  		<inherited>true</inherited>
-	  		<configuration>
-	  			<skip>false</skip>
-	  		</configuration>
-	  	  </plugin>
-	    </plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>false</skip>
+				</configuration>
+			</plugin>
+		</plugins>
 	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/parent/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/parent/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,23 +15,20 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<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">
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>3</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>Apache Axis 2.0 - Parent</name>
-    <inceptionYear>2004</inceptionYear>
-    <description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and
+<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">
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>3</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.axis2</groupId>
+	<artifactId>axis2-parent</artifactId>
+	<version>1.2-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<name>Apache Axis 2.0 - Parent</name>
+	<inceptionYear>2004</inceptionYear>
+	<description>Axis2 is an effort to re-design and totally re-implement both Axis/Java and
         (eventually) Axis/C++ on a new architecture. Evolving from the now standard "handler chain"
         model which Axis1 pioneered, Axis2 is developing a more flexible pipeline architecture which
         can yet be managed and packaged in a more organized manner. This new design acknowledges the
@@ -58,27 +55,17 @@
         architecture is careful to not build in any assumptions of request-response patterns to
         ensure that it can be used easily to support arbitrary message exchange
         patterns.</description>
-    <url>http://ws.apache.org/axis2/</url>
-
-    <organization>
-        <name>Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-    </organization>
-
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/AXIS2</url>
-    </issueManagement>
-
-    <scm>
-        <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/parent</connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/parent/</url>
-    </scm>
-    <properties>
-        <!--
+	<url>http://ws.apache.org/axis2/</url>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+	</organization>
+	<issueManagement>
+		<system>jira</system>
+		<url>http://issues.apache.org/jira/browse/AXIS2</url>
+	</issueManagement>
+	<properties>
+		<!--
         NOTE: Project version, to be used instead of ${pom.version} since that
               value magically changes when using SNAPSHOT versions.
 
@@ -86,536 +73,719 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>1.2-SNAPSHOT</version>
-        <activation.version>1.0-SNAPSHOT</activation.version>
-        <annogen.version>0.1.0</annogen.version>
-        <ant.version>1.6.5</ant.version>
-        <axiom.version>SNAPSHOT</axiom.version>
-        <backport_util_concurrent.version>2.2</backport_util_concurrent.version>
-        <bcel.version>5.2</bcel.version>
-        <bcprov.version>jdk13-133</bcprov.version>
-        <commons.codec.version>1.3</commons.codec.version>
-        <commons.fileupload.version>1.1.1</commons.fileupload.version>
-        <commons.io.version>1.2</commons.io.version>
-        <commons.httpclient.version>3.0.1</commons.httpclient.version>
-        <commons.logging.version>1.1</commons.logging.version>
-        <geronimo.spec.jms.version>1.1-rc4</geronimo.spec.jms.version>
-        <groovy.all.version>1.0-jsr-06</groovy.all.version>
-        <jakarta.httpcore.version>4.0-alpha4</jakarta.httpcore.version>
-        <javamail.version>1.4</javamail.version>
-        <jaxbri.version>2.0.2</jaxbri.version>
-        <jaxen.version>1.1-beta-10</jaxen.version>
-        <jaxme.version>0.5.2</jaxme.version>
-        <jibx.version>1.1.2</jibx.version>
-        <junit.version>3.8.2</junit.version>
-        <neethi.version>SNAPSHOT</neethi.version>
-        <servletapi.version>2.3</servletapi.version>
-        <spring.version>1.2.8</spring.version>
-        <stax.api.version>1.0.1</stax.api.version>
-        <stax.impl.artifactid>wstx</stax.impl.artifactid>
-        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.version>asl-3.2.0</stax.impl.version>
-        <stax_utils.version>20060915</stax_utils.version>
-        <woden.version>1.0-incubating-SNAPSHOT</woden.version>
-        <wsdl4j.version>1.6.2</wsdl4j.version>
-        <xalan.version>2.7.0</xalan.version>
-        <xbean.version>2.2.0</xbean.version>
-        <xerces.version>2.8.1</xerces.version>
-        <xml_apis.version>1.3.03</xml_apis.version>
-        <XmlSchema.version>1.2</XmlSchema.version>
-        <xmlunit.version>1.0</xmlunit.version>
-        <log4j.version>1.2.13</log4j.version>
-        <jettison.version>1.0-alpha-2-SNAPSHOT</jettison.version>
-        <tomcat.tribes.version>6.0.10</tomcat.tribes.version>
-        <tomcat.juli.version>6.0.10</tomcat.juli.version>
-
-    </properties>
-    <mailingLists>
-        <mailingList>
-            <name>Axis Developer List</name>
-            <subscribe>axis-dev-subscribe@ws.apache.org</subscribe>
-            <unsubscribe>axis-dev-unsubscribe@ws.apache.org</unsubscribe>
-            <post>axis-dev@ws.apache.org</post>
-            <archive>http://marc.theaimsgroup.com/?l=axis-dev</archive>
-        </mailingList>
-        <mailingList>
-            <name>Axis User List</name>
-            <subscribe>axis-user-subscribe@ws.apache.org</subscribe>
-            <unsubscribe>axis-user-unsubscribe@ws.apache.org</unsubscribe>
-            <post>axis-user@ws.apache.org</post>
-            <archive>http://marc.theaimsgroup.com/?l=axis-user</archive>
-        </mailingList>
-    </mailingLists>
-
-    <developers>
-        <developer>
-            <name>Saminda Abeyruwan</name>
-            <id>saminda</id>
-            <email>saminda AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Afkham Azeez</name>
-            <id>azeez</id>
-            <email>azeez AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Eran Chinthaka</name>
-            <id>chinthaka</id>
-            <email>chinthaka AT wso2.com</email>
-            <organization>WSO2</organization>
-            <url>http://www.apache.org/~chinthaka</url>
-        </developer>
-        <developer>
-            <name>Glen Daniels</name>
-            <id>gdaniels</id>
-            <email>gdaniels AT apache.org</email>
-            <organization>Sonic Software</organization>
-        </developer>
-        <developer>
-            <name>Jaliya Ekanayake</name>
-            <id>jaliya</id>
-            <email>jaliya AT opensource.lk</email>
-            <organization>Indiana University, USA</organization>
-            <url>http://www.apache.org/~jaliya</url>
-        </developer>
-        <developer>
-            <name>Ruchith Fernando</name>
-            <id>ruchithf</id>
-            <email>ruchith AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Thilina Gunarathne</name>
-            <id>thilina</id>
-            <email>thilina AT opensource.lk</email>
-            <organization>Lanka Software Foundation</organization>
-        </developer>
-        <developer>
-            <name>Chathura Herath</name>
-            <id>chathura</id>
-            <email>chathura AT opensource.lk</email>
-            <organization>Indiana University, USA</organization>
-            <url>www.apache.org/~chathura</url>
-        </developer>
-        <developer>
-            <name>Deepal Jayasinghe</name>
-            <id>deepal</id>
-            <email>deepal AT wso2.com</email>
-            <organization>WSO2</organization>
-            <url>http://www.apache.org/~deepal</url>
-        </developer>
-        <developer>
-            <name>Robert Lazarski</name>
-            <id>robertlazarski</id>
-            <email>robertlazarski AT gmail.com</email>
-            <organization>Brazil Outsource</organization>
-        </developer>
-        <developer>
-            <name>Steve Loughran</name>
-            <id>stevel</id>
-            <email>stevel AT apache.org</email>
-            <organization>HP labs</organization>
-        </developer>
-        <developer>
-            <name>Chatra Nakkawita</name>
-            <id>chatra</id>
-            <email>chatra AT WSO2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Srinath Perera</name>
-            <id>hemapani</id>
-            <email>hemapani AT apache.org</email>
-            <organization>Indiana University, USA</organization>
-            <url>http://www.apache.org/~hemapani</url>
-        </developer>
-        <developer>
-            <name>Ajith Ranabahu</name>
-            <id>ajith</id>
-            <email>ajith AT wso2.com</email>
-            <organization>WSO2</organization>
-            <url>http://www.apache.org/~ajith</url>
-        </developer>
-        <developer>
-            <name>Venkat Reddy</name>
-            <id>venkat</id>
-            <email>vreddyp AT gmail.com</email>
-            <organization>Computer Associates</organization>
-        </developer>
-        <developer>
-            <name>Sanka Samaranayake</name>
-            <id>sanka</id>
-            <email>sanka AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Ashutosh Shahi</name>
-            <id>ashu</id>
-            <email>Ashutosh.Shahi AT ca.com</email>
-            <organization>Computer Associates</organization>
-        </developer>
-        <developer>
-            <name>Aleksander Slominski</name>
-            <id>alek</id>
-            <email>aslom AT cs.indiana.edu</email>
-            <organization>Indiana University Extreme! Computing Lab</organization>
-        </developer>
-        <developer>
-            <name>Dennis Sosnoski</name>
-            <id>dsosnoski</id>
-            <email>dms AT sosnoski.com</email>
-            <organization>Sosnoski Software</organization>
-        </developer>
-        <developer>
-            <name>Davanum Srinivas</name>
-            <id>dims</id>
-            <email>dims AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Jayachandra Sekhara Rao Sunkara</name>
-            <id>jaya</id>
-            <email>jayachandra AT gmail.com</email>
-            <organization>Computer Associates</organization>
-        </developer>
-        <developer>
-            <name>Chamil Thanthrimudalige</name>
-            <id>chamil</id>
-            <email>chamil AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-        <developer>
-            <name>Dasarath Weerathunga</name>
-            <id>dasarath</id>
-            <email>dasarath AT opensource.lk</email>
-            <organization>Purdue University, USA</organization>
-        </developer>
-        <developer>
-            <name>Sanjiva Weerawarana</name>
-            <id>sanjiva</id>
-            <email>sanjiva AT wso2.com</email>
-            <organization>WSO2</organization>
-        </developer>
-    </developers>
-
-    <contributors>
-        <contributor>
-            <name>Gayan Asanka</name>
-            <email>gayan AT opensource.lk</email>
-            <organization>Lanka Software Foundation</organization>
-        </contributor>
-        <contributor>
-            <name>Dharshana Dias</name>
-            <email/>
-            <organization>Lanka Software Foundation / University of Moratuwa</organization>
-        </contributor>
-        <contributor>
-            <name>Nadana Gunarathna</name>
-            <email>nadana AT opensource.lk</email>
-            <organization>Lanka Software Foundation</organization>
-        </contributor>
-        <contributor>
-            <name>Thilini Gunawardhana</name>
-            <email>thilini AT WSO2.com</email>
-            <organization>WSO2</organization>
-        </contributor>
-        <contributor>
-            <name>Anushka Kumara</name>
-            <email>anushkakumar AT gmail.com</email>
-            <organization>Lanka Software Foundation / University of Moratuwa</organization>
-        </contributor>
-        <contributor>
-            <name>Farhaan Mohideen</name>
-            <email>fmohideen AT valista.com</email>
-            <organization>Lanka Software Foundation</organization>
-        </contributor>
-        <contributor>
-            <name>Chinthaka Thilakarathne</name>
-            <email/>
-            <organization>Lanka Software Foundation / University of Moratuwa</organization>
-        </contributor>
-    </contributors>
-
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>false</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>apache-snapshots</id>
-            <name>Apache Maven2 SNAPSHOTS</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-            <layout>default</layout>
-        </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-            <id>apache-ws-snapshots2</id>
-            <name>Apache ws.zones - 2</name>
-            <url>http://ws.zones.apache.org/repository2/</url>
-        </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-            <id>maven2</id>
-            <name>Maven2 repo</name>
-            <url>http://repo1.maven.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>tomcat-repository</id>
-            <url>http://tomcat.apache.org/dev/dist/m2-repository</url>
-        </repository>
-
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache-m2</id>
-            <name>Apache M2 Repository</name>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-        <pluginRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshots Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-        <pluginRepository>
-            <id>ws-zones</id>
-            <name>Apache WS Zones Repository</name>
-            <url>http://ws.zones.apache.org/repository2</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.axis2</groupId>
-                <artifactId>axis2-java2wsdl</artifactId>
-                <version>${version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.axis2</groupId>
-                <artifactId>axis2-kernel</artifactId>
-                <version>${version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.axis2</groupId>
-                <artifactId>axis2-adb</artifactId>
-                <version>${version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.axis2</groupId>
-                <artifactId>axis2-codegen</artifactId>
-                <version>${version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-api</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-impl</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom</groupId>
-                <artifactId>axiom-dom</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.schema</groupId>
-                <artifactId>XmlSchema</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.neethi</groupId>
-                <artifactId>neethi</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>woodstox</groupId>
-                <artifactId>wstx-asl</artifactId>
-                <version>3.2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>stax</groupId>
-                <artifactId>stax-api</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-javamail_1.4_spec</artifactId>
-                <version>1.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jms_1.1_spec</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>jaxen</groupId>
-                <artifactId>jaxen</artifactId>
-                <version>1.1-beta-10</version>
-            </dependency>
-            <dependency>
-                <groupId>annogen</groupId>
-                <artifactId>annogen</artifactId>
-                <version>0.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-                <version>2.3</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>commons-httpclient</groupId>
-                <artifactId>commons-httpclient</artifactId>
-                <version>3.0.1</version>
-            </dependency>
-            <dependency>
-      		<groupId>org.apache.httpcomponents</groupId>
-      		<artifactId>jakarta-httpcore</artifactId>
-      		<version>${jakarta.httpcore.version}</version>
-    		</dependency>
-            <dependency>
-                <groupId>commons-fileupload</groupId>
-                <artifactId>commons-fileupload</artifactId>
-                <version>1.1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>wsdl4j</groupId>
-                <artifactId>wsdl4j</artifactId>
-                <version>1.6.1</version>
-            </dependency>
-            <dependency>
-                <groupId>backport-util-concurrent</groupId>
-                <artifactId>backport-util-concurrent</artifactId>
-                <version>2.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.woden</groupId>
-                <artifactId>woden</artifactId>
-                <version>1.0-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>xmlunit</groupId>
-                <artifactId>xmlunit</artifactId>
-                <version>1.0</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>3.8</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>xmlbeans</groupId>
-                <artifactId>xbean</artifactId>
-                <version>2.1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.jaxme</groupId>
-                <artifactId>jaxme2</artifactId>
-                <version>0.5.2</version>
-                <scope>provided</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-    <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>
+		<version>1.2-SNAPSHOT</version>
+		<annogen.version>0.1.0</annogen.version>
+		<ant.version>1.7.0</ant.version>
+		<antlr.version>2.7.4</antlr.version>
+		<axiom.version>SNAPSHOT</axiom.version>
+		<backport.util.concurrent.version>2.2</backport.util.concurrent.version>
+		<bcel.version>5.2</bcel.version>
+		<bcprov.version>jdk13-133</bcprov.version>
+		<commons.codec.version>1.3</commons.codec.version>
+		<commons.fileupload.version>1.1.1</commons.fileupload.version>
+		<commons.httpclient.version>3.0.1</commons.httpclient.version>
+		<commons.io.version>1.2</commons.io.version>
+		<commons.logging.version>1.1</commons.logging.version>
+		<eclipse.version>3.2.0</eclipse.version>
+		<geronimo.spec.activation.version>1.0-m1</geronimo.spec.activation.version>
+		<geronimo.spec.javamail.version>1.0-M1</geronimo.spec.javamail.version>
+		<geronimo.spec.jms.version>1.1</geronimo.spec.jms.version>
+		<groovy.all.version>1.0-jsr-06</groovy.all.version>
+		<intellij.version>5.0</intellij.version>
+		<jakarta.httpcore.version>4.0-alpha4</jakarta.httpcore.version>
+		<jaxb.api.version>2.0</jaxb.api.version>
+		<jaxbri.version>2.0.3</jaxbri.version>
+		<jaxen.version>1.1-beta-10</jaxen.version>
+		<jaxme2.version>0.5.2</jaxme2.version>
+		<jettison.version>1.0-alpha-2-SNAPSHOT</jettison.version>
+		<jibx.version>1.1.2</jibx.version>
+		<junit.version>3.8.2</junit.version>
+		<log4j.version>1.2.13</log4j.version>
+		<maven.archiver.version>2.2</maven.archiver.version>
+		<maven.artifact.version>2.0.4</maven.artifact.version>
+		<maven.assembly.version>2.1</maven.assembly.version>
+		<maven.plugin.testing.version>1.0-beta-1</maven.plugin.testing.version>
+		<maven.version>2.0.6</maven.version>
+		<neethi.version>SNAPSHOT</neethi.version>
+		<plexus.utils.version>1.1</plexus.utils.version>
+		<servlet.api.version>2.3</servlet.api.version>
+		<spring.version>1.2.8</spring.version>
+		<stax.api.version>1.0.1</stax.api.version>
+		<stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
+		<stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
+		<stax.impl.version>3.2.1</stax.impl.version>
+		<stax_utils.version>20060915</stax_utils.version>
+		<tomcat.version>6.0.10</tomcat.version>
+		<woden.version>1.0-incubating-SNAPSHOT</woden.version>
+		<wsdl4j.version>1.6.2</wsdl4j.version>
+		<xalan.version>2.7.0</xalan.version>
+		<xbean.version>2.2.0</xbean.version>
+		<xerces.version>2.8.1</xerces.version>
+		<xml_apis.version>1.3.03</xml_apis.version>
+		<xmlschema.version>1.2</xmlschema.version>
+		<xmlunit.version>1.0</xmlunit.version>
+	</properties>
+	<mailingLists>
+		<mailingList>
+			<name>Axis Developer List</name>
+			<subscribe>axis-dev-subscribe@ws.apache.org</subscribe>
+			<unsubscribe>axis-dev-unsubscribe@ws.apache.org</unsubscribe>
+			<post>axis-dev@ws.apache.org</post>
+			<archive>http://marc.theaimsgroup.com/?l=axis-dev</archive>
+		</mailingList>
+		<mailingList>
+			<name>Axis User List</name>
+			<subscribe>axis-user-subscribe@ws.apache.org</subscribe>
+			<unsubscribe>axis-user-unsubscribe@ws.apache.org</unsubscribe>
+			<post>axis-user@ws.apache.org</post>
+			<archive>http://marc.theaimsgroup.com/?l=axis-user</archive>
+		</mailingList>
+	</mailingLists>
+	<developers>
+		<developer>
+			<name>Saminda Abeyruwan</name>
+			<id>saminda</id>
+			<email>saminda AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Afkham Azeez</name>
+			<id>azeez</id>
+			<email>azeez AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Eran Chinthaka</name>
+			<id>chinthaka</id>
+			<email>chinthaka AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~chinthaka</url>
+		</developer>
+		<developer>
+			<name>Glen Daniels</name>
+			<id>gdaniels</id>
+			<email>gdaniels AT apache.org</email>
+			<organization>Sonic Software</organization>
+		</developer>
+		<developer>
+			<name>Jaliya Ekanayake</name>
+			<id>jaliya</id>
+			<email>jaliya AT opensource.lk</email>
+			<organization>Indiana University, USA</organization>
+			<url>http://www.apache.org/~jaliya</url>
+		</developer>
+		<developer>
+			<name>Ruchith Fernando</name>
+			<id>ruchithf</id>
+			<email>ruchith AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Thilina Gunarathne</name>
+			<id>thilina</id>
+			<email>thilina AT opensource.lk</email>
+			<organization>Lanka Software Foundation</organization>
+		</developer>
+		<developer>
+			<name>Chathura Herath</name>
+			<id>chathura</id>
+			<email>chathura AT opensource.lk</email>
+			<organization>Indiana University, USA</organization>
+			<url>www.apache.org/~chathura</url>
+		</developer>
+		<developer>
+			<name>Deepal Jayasinghe</name>
+			<id>deepal</id>
+			<email>deepal AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~deepal</url>
+		</developer>
+		<developer>
+			<name>Robert Lazarski</name>
+			<id>robertlazarski</id>
+			<email>robertlazarski AT gmail.com</email>
+			<organization>Brazil Outsource</organization>
+		</developer>
+		<developer>
+			<name>Steve Loughran</name>
+			<id>stevel</id>
+			<email>stevel AT apache.org</email>
+			<organization>HP labs</organization>
+		</developer>
+		<developer>
+			<name>Chatra Nakkawita</name>
+			<id>chatra</id>
+			<email>chatra AT WSO2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Srinath Perera</name>
+			<id>hemapani</id>
+			<email>hemapani AT apache.org</email>
+			<organization>Indiana University, USA</organization>
+			<url>http://www.apache.org/~hemapani</url>
+		</developer>
+		<developer>
+			<name>Ajith Ranabahu</name>
+			<id>ajith</id>
+			<email>ajith AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~ajith</url>
+		</developer>
+		<developer>
+			<name>Venkat Reddy</name>
+			<id>venkat</id>
+			<email>vreddyp AT gmail.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Sanka Samaranayake</name>
+			<id>sanka</id>
+			<email>sanka AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Ashutosh Shahi</name>
+			<id>ashu</id>
+			<email>Ashutosh.Shahi AT ca.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Aleksander Slominski</name>
+			<id>alek</id>
+			<email>aslom AT cs.indiana.edu</email>
+			<organization>Indiana University Extreme! Computing Lab</organization>
+		</developer>
+		<developer>
+			<name>Dennis Sosnoski</name>
+			<id>dsosnoski</id>
+			<email>dms AT sosnoski.com</email>
+			<organization>Sosnoski Software</organization>
+		</developer>
+		<developer>
+			<name>Davanum Srinivas</name>
+			<id>dims</id>
+			<email>dims AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Jayachandra Sekhara Rao Sunkara</name>
+			<id>jaya</id>
+			<email>jayachandra AT gmail.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Chamil Thanthrimudalige</name>
+			<id>chamil</id>
+			<email>chamil AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Dasarath Weerathunga</name>
+			<id>dasarath</id>
+			<email>dasarath AT opensource.lk</email>
+			<organization>Purdue University, USA</organization>
+		</developer>
+		<developer>
+			<name>Sanjiva Weerawarana</name>
+			<id>sanjiva</id>
+			<email>sanjiva AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+	</developers>
+	<contributors>
+		<contributor>
+			<name>Gayan Asanka</name>
+			<email>gayan AT opensource.lk</email>
+			<organization>Lanka Software Foundation</organization>
+		</contributor>
+		<contributor>
+			<name>Dharshana Dias</name>
+			<email/>
+			<organization>Lanka Software Foundation / University of Moratuwa</organization>
+		</contributor>
+		<contributor>
+			<name>Nadana Gunarathna</name>
+			<email>nadana AT opensource.lk</email>
+			<organization>Lanka Software Foundation</organization>
+		</contributor>
+		<contributor>
+			<name>Thilini Gunawardhana</name>
+			<email>thilini AT WSO2.com</email>
+			<organization>WSO2</organization>
+		</contributor>
+		<contributor>
+			<name>Anushka Kumara</name>
+			<email>anushkakumar AT gmail.com</email>
+			<organization>Lanka Software Foundation / University of Moratuwa</organization>
+		</contributor>
+		<contributor>
+			<name>Farhaan Mohideen</name>
+			<email>fmohideen AT valista.com</email>
+			<organization>Lanka Software Foundation</organization>
+		</contributor>
+		<contributor>
+			<name>Chinthaka Thilakarathne</name>
+			<email/>
+			<organization>Lanka Software Foundation / University of Moratuwa</organization>
+		</contributor>
+	</contributors>
+	<repositories>
+		<repository>
+			<releases>
+				<enabled>false</enabled>
+				<updatePolicy>always</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+				<checksumPolicy>fail</checksumPolicy>
+			</snapshots>
+			<id>apache-snapshots</id>
+			<name>Apache Maven2 SNAPSHOTS</name>
+			<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<releases>
+				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</snapshots>
+			<id>apache-ws-snapshots2</id>
+			<name>Apache ws.zones - 2</name>
+			<url>http://ws.zones.apache.org/repository2/</url>
+		</repository>
+		<repository>
+			<releases>
+				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+				<updatePolicy>never</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</snapshots>
+			<id>maven2</id>
+			<name>Maven2 repo</name>
+			<url>http://repo1.maven.org/maven2/</url>
+		</repository>
+		<repository>
+			<id>tomcat-repository</id>
+			<url>http://tomcat.apache.org/dev/dist/m2-repository</url>
+		</repository>
+		<repository>
+			<id>eclipse-repo</id>
+			<name>eclipse maven repository</name>
+			<url>http://repo1.maven.org/eclipse</url>
+		</repository>
+		<repository>
+			<id>jibx</id>
+			<name>Jibx Repository</name>
+			<url>http://jibx.sourceforge.net/maven</url>
+			<layout>legacy</layout>
+		</repository>
+	</repositories>
+	<pluginRepositories>
+		<pluginRepository>
+			<id>apache-m2</id>
+			<name>Apache M2 Repository</name>
+			<url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>false</enabled>
+				<updatePolicy>daily</updatePolicy>
+				<checksumPolicy>ignore</checksumPolicy>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</pluginRepository>
+		<pluginRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Snapshots Repository</name>
+			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>daily</updatePolicy>
+				<checksumPolicy>ignore</checksumPolicy>
+			</snapshots>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</pluginRepository>
+		<pluginRepository>
+			<id>ws-zones</id>
+			<name>Apache WS Zones Repository</name>
+			<url>http://ws.zones.apache.org/repository2</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>daily</updatePolicy>
+				<checksumPolicy>ignore</checksumPolicy>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</pluginRepository>
+	</pluginRepositories>
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.apache.tomcat</groupId>
+				<artifactId>tribes</artifactId>
+				<version>${tomcat.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.tomcat</groupId>
+				<artifactId>juli</artifactId>
+				<version>${tomcat.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>xml-apis</groupId>
+				<artifactId>xml-apis</artifactId>
+				<version>${xml_apis.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>xalan</groupId>
+				<artifactId>xalan</artifactId>
+				<version>${xalan.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>com.sun.xml.bind</groupId>
+				<artifactId>jaxb-impl</artifactId>
+				<version>${jaxbri.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>com.sun.xml.bind</groupId>
+				<artifactId>jaxb-xjc</artifactId>
+				<version>${jaxbri.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>javax.xml.bind</groupId>
+				<artifactId>jaxb-api</artifactId>
+				<version>${jaxb.api.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-core</artifactId>
+				<version>${spring.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-beans</artifactId>
+				<version>${spring.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-context</artifactId>
+				<version>${spring.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-web</artifactId>
+				<version>${spring.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>servletapi</groupId>
+				<artifactId>servletapi</artifactId>
+				<version>${servlet.api.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.codehaus.jettison</groupId>
+				<artifactId>jettison</artifactId>
+				<version>${jettison.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>jibx</groupId>
+				<artifactId>jibx-bind</artifactId>
+				<version>${jibx.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>jibx</groupId>
+				<artifactId>jibx-run</artifactId>
+				<version>${jibx.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ant</groupId>
+				<artifactId>ant-launcher</artifactId>
+				<version>${ant.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ws.commons.axiom</groupId>
+				<artifactId>axiom-api</artifactId>
+				<version>${axiom.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ws.commons.axiom</groupId>
+				<artifactId>axiom-impl</artifactId>
+				<version>${axiom.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ws.commons.axiom</groupId>
+				<artifactId>axiom-dom</artifactId>
+				<version>${axiom.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ws.commons.schema</groupId>
+				<artifactId>XmlSchema</artifactId>
+				<version>${xmlschema.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.neethi</groupId>
+				<artifactId>neethi</artifactId>
+				<version>${neethi.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ant</groupId>
+				<artifactId>ant</artifactId>
+				<version>${ant.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.bcel</groupId>
+				<artifactId>bcel</artifactId>
+				<version>${bcel.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>commons-logging</groupId>
+				<artifactId>commons-logging</artifactId>
+				<version>${commons.logging.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>${stax.impl.groupid}</groupId>
+				<artifactId>${stax.impl.artifactid}</artifactId>
+				<version>${stax.impl.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>stax</groupId>
+				<artifactId>stax-api</artifactId>
+				<version>${stax.api.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-activation_1.1_spec</artifactId>
+				<version>${geronimo.spec.activation.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-javamail_1.4_spec</artifactId>
+				<version>${geronimo.spec.javamail.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-jms_1.1_spec</artifactId>
+				<version>${geronimo.spec.jms.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>jaxen</groupId>
+				<artifactId>jaxen</artifactId>
+				<version>${jaxen.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>annogen</groupId>
+				<artifactId>annogen</artifactId>
+				<version>${annogen.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>javax.servlet</groupId>
+				<artifactId>servlet-api</artifactId>
+				<version>${servlet.api.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>commons-httpclient</groupId>
+				<artifactId>commons-httpclient</artifactId>
+				<version>${commons.httpclient.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.httpcomponents</groupId>
+				<artifactId>jakarta-httpcore</artifactId>
+				<version>${jakarta.httpcore.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>commons-fileupload</groupId>
+				<artifactId>commons-fileupload</artifactId>
+				<version>${commons.fileupload.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>wsdl4j</groupId>
+				<artifactId>wsdl4j</artifactId>
+				<version>${wsdl4j.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>backport-util-concurrent</groupId>
+				<artifactId>backport-util-concurrent</artifactId>
+				<version>${backport.util.concurrent.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.woden</groupId>
+				<artifactId>woden</artifactId>
+				<version>${woden.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>xmlunit</groupId>
+				<artifactId>xmlunit</artifactId>
+				<version>${xmlunit.version}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>junit</groupId>
+				<artifactId>junit</artifactId>
+				<version>${junit.version}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>xmlbeans</groupId>
+				<artifactId>xbean</artifactId>
+				<version>${xbean.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ws.jaxme</groupId>
+				<artifactId>jaxme2</artifactId>
+				<version>${jaxme2.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.maven</groupId>
+				<artifactId>maven-plugin-api</artifactId>
+				<version>${maven.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.maven</groupId>
+				<artifactId>maven-project</artifactId>
+				<version>${maven.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.maven</groupId>
+				<artifactId>maven-artifact</artifactId>
+				<version>${maven.artifact.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.maven</groupId>
+				<artifactId>maven-archiver</artifactId>
+				<version>${maven.archiver.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.codehaus.plexus</groupId>
+				<artifactId>plexus-utils</artifactId>
+				<version>${plexus.utils.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.maven.shared</groupId>
+				<artifactId>maven-plugin-testing-harness</artifactId>
+				<scope>test</scope>
+				<version>${maven.plugin.testing.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>log4j</groupId>
+				<artifactId>log4j</artifactId>
+				<version>${log4j.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.core</groupId>
+				<artifactId>org.eclipse.core.jobs</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.core</groupId>
+				<artifactId>org.eclipse.core.resources</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.core</groupId>
+				<artifactId>org.eclipse.core.runtime</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.equinox</groupId>
+				<artifactId>org.eclipse.equinox.common</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.jface</groupId>
+				<artifactId>org.eclipse.jface</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.osgi</groupId>
+				<artifactId>org.eclipse.osgi</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.swt</groupId>
+				<artifactId>org.eclipse.swt</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.swt</groupId>
+				<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.eclipse.ui</groupId>
+				<artifactId>org.eclipse.ui.ide</artifactId>
+				<version>${eclipse.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>com.intellij</groupId>
+				<artifactId>openapi</artifactId>
+				<version>${intellij.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>com.intellij</groupId>
+				<artifactId>extensions</artifactId>
+				<version>${intellij.version}</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central 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 Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <inherited>true</inherited>
-                <configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.1.3</version>
-                <inherited>true</inherited>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-assembly-plugin</artifactId>
+					<version>${maven.assembly.version}</version>
+					<extensions>true</extensions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org