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 [1/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...

Author: dims
Date: Sat Apr  7 10:48:34 2007
New Revision: 526456

URL: http://svn.apache.org/viewvc?view=rev&rev=526456
Log:
cleanup of m2 dependencies. please upgrade to maven 2.0.6. all bets are off for lower versions. still need to port the eclipse/idea plugins

Removed:
    webservices/axis2/branches/java/1_2/modules/ping/pom.xml
Modified:
    webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml
    webservices/axis2/branches/java/1_2/modules/adb/pom.xml
    webservices/axis2/branches/java/1_2/modules/addressing/pom.xml
    webservices/axis2/branches/java/1_2/modules/clustering/pom.xml
    webservices/axis2/branches/java/1_2/modules/codegen/pom.xml
    webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml
    webservices/axis2/branches/java/1_2/modules/integration/pom.xml
    webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml
    webservices/axis2/branches/java/1_2/modules/jibx/pom.xml
    webservices/axis2/branches/java/1_2/modules/json/pom.xml
    webservices/axis2/branches/java/1_2/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_2/modules/metadata/pom.xml
    webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml
    webservices/axis2/branches/java/1_2/modules/parent/pom.xml
    webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml
    webservices/axis2/branches/java/1_2/modules/saaj/pom.xml
    webservices/axis2/branches/java/1_2/modules/samples/jaxws-calculator/pom.xml
    webservices/axis2/branches/java/1_2/modules/spring/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/eclipse-codegen-plugin-assembly.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/src/main/resources/META-INF/plexus/components.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml
    webservices/axis2/branches/java/1_2/pom.xml

Modified: webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,400 +15,355 @@
  ! 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>
-
-    <artifactId>axis2-adb-codegen</artifactId>
-    <name>Apache Axis 2.0 - ADB Codegen</name>
-    <description>ADB code generation support for Axis2</description>
-    <scm>
-        <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/adb-codegen</connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/adb-codegen</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb-codegen</url>
-    </scm>
-    <dependencies>
-        <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.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</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>
-        <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>generate-test-sources</id>
-                        <phase>generate-test-sources</phase>
-                        <configuration>
-                            <tasks>
-
-
-                                <property name="compiled.classes.dir" location="target/classes"/>
-                                <property name="test.compiled.classes.dir"
-                                          location="target/test-classes"/>
-                                <property name="schema.source.dir" location="test-resources/xsd"/>
-                                <property name="testsuite.source.dir"
-                                          location="test-resources/testsuite"/>
-                                <property name="schema.output.base.dir" location="target/schema"/>
-                                <property name="schema.generated.src.dir"
-                                          location="${schema.output.base.dir}/src"/>
-                                <property name="schema.generated.classes.dir"
-                                          location="${schema.output.base.dir}/classes"/>
-                                <property name="maven.junit.jvmargs" value=""/>
-
-
-                                <!-- make the dirs -->
-                                <mkdir dir="${schema.output.base.dir}"/>
-                                <mkdir dir="${schema.generated.src.dir}"/>
-                                <mkdir dir="${schema.generated.classes.dir}"/>
-                                <mkdir dir="${test.compiled.classes.dir}"/>
-                                <!-- Run schema compiler with designated schemas -->
-                                <echo>Compiling simple_maxOccurs2.xsd</echo>
-                                <!-- simple max occurs 2 xsd -->
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple_maxOccurs2.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <echo>Compiling anonymous_complexType.xsd</echo>
-                                <!-- anon complex type xsd -->
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/anonymous_complexType.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- anon choice xsd -->
-                                <echo>Compiling simple_choice.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple_choice.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- anon particle all xsd -->
-                                <echo>Compiling simple_particle_all.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple_particle_all.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- simple max occurs xsd -->
-                                <echo>Compiling simple_maxOccurs.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple_maxOccurs.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <!-- simple any type xsd -->
-                                <echo>Compiling simple_anytype.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple_anytype.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-
-                                <!-- min occurs 0 xsd -->
-                                <echo>Compiling simple-minoccurs0.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple-minoccurs0.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <!-- complex min occurs 0 xsd -->
-                                <echo>Compiling complex-minoccurs0.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/complex-minoccurs0.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <echo>Compiling simple-recursive-datatypes.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple-recursive-datatypes.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <echo>Compiling mixed_minoccus0.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/mixed_minoccus0.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple primitive types xsd -->
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/simple/simpleType-All.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <!-- All simple derived types xsd -->
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${schema.source.dir}/derived/derivedType-All.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling complete.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/complete.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling simpleExtension.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/extensions.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling union.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/union.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling all.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/all.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling enumeration.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/enumeration.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling restrictions.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/restrictions.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling choice.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/choice.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling list.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/list.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling element_references.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/element_references.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling innersequence_choice.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/innersequence_choice.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling testattribute.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/testattribute.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </java>
-                                <!-- ################################################################### -->
-                                <!-- All simple derived types xsd -->
-                                <echo>Compiling boolean.xsd</echo>
-                                <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
-                                    <jvmarg line="${maven.junit.jvmargs}"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                    <classpath location="${compiled.classes.dir}"/>
-                                    <arg file="${testsuite.source.dir}/boolean.xsd"/>
-                                    <arg file="${schema.generated.src.dir}"/>
-                                </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>
-                <version>1.0</version>
-                <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>
-        </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-adb-codegen</artifactId>
+	<name>Apache Axis 2.0 - ADB Codegen</name>
+	<description>ADB code generation support for Axis2</description>
+	<dependencies>
+		<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.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</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>
+		<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>generate-test-sources</id>
+						<phase>generate-test-sources</phase>
+						<configuration>
+							<tasks>
+								<property name="compiled.classes.dir" location="target/classes"/>
+								<property name="test.compiled.classes.dir" location="target/test-classes"/>
+								<property name="schema.source.dir" location="test-resources/xsd"/>
+								<property name="testsuite.source.dir" location="test-resources/testsuite"/>
+								<property name="schema.output.base.dir" location="target/schema"/>
+								<property name="schema.generated.src.dir" location="${schema.output.base.dir}/src"/>
+								<property name="schema.generated.classes.dir" location="${schema.output.base.dir}/classes"/>
+								<property name="maven.junit.jvmargs" value=""/>
+								<!-- make the dirs -->
+								<mkdir dir="${schema.output.base.dir}"/>
+								<mkdir dir="${schema.generated.src.dir}"/>
+								<mkdir dir="${schema.generated.classes.dir}"/>
+								<mkdir dir="${test.compiled.classes.dir}"/>
+								<!-- Run schema compiler with designated schemas -->
+								<echo>Compiling simple_maxOccurs2.xsd</echo>
+								<!-- simple max occurs 2 xsd -->
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple_maxOccurs2.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<echo>Compiling anonymous_complexType.xsd</echo>
+								<!-- anon complex type xsd -->
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/anonymous_complexType.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- anon choice xsd -->
+								<echo>Compiling simple_choice.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple_choice.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- anon particle all xsd -->
+								<echo>Compiling simple_particle_all.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple_particle_all.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- simple max occurs xsd -->
+								<echo>Compiling simple_maxOccurs.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple_maxOccurs.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- simple any type xsd -->
+								<echo>Compiling simple_anytype.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple_anytype.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- min occurs 0 xsd -->
+								<echo>Compiling simple-minoccurs0.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple-minoccurs0.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- complex min occurs 0 xsd -->
+								<echo>Compiling complex-minoccurs0.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/complex-minoccurs0.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<echo>Compiling simple-recursive-datatypes.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple-recursive-datatypes.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<echo>Compiling mixed_minoccus0.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/mixed_minoccus0.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple primitive types xsd -->
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/simple/simpleType-All.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- All simple derived types xsd -->
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${schema.source.dir}/derived/derivedType-All.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling complete.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/complete.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling simpleExtension.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/extensions.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling union.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/union.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling all.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/all.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling enumeration.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/enumeration.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling restrictions.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/restrictions.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling choice.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/choice.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling list.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/list.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling element_references.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/element_references.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling innersequence_choice.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/innersequence_choice.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling testattribute.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/testattribute.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+								<!-- ################################################################### -->
+								<!-- All simple derived types xsd -->
+								<echo>Compiling boolean.xsd</echo>
+								<java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+									<jvmarg line="${maven.junit.jvmargs}"/>
+									<classpath refid="maven.runtime.classpath"/>
+									<classpath location="${compiled.classes.dir}"/>
+									<arg file="${testsuite.source.dir}/boolean.xsd"/>
+									<arg file="${schema.generated.src.dir}"/>
+								</java>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</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>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/adb/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,82 +15,71 @@
  ! 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>
-
-    <artifactId>axis2-adb</artifactId>
-    <name>Apache Axis 2.0 - Data Binding</name>
-    <description>Axis2 Data Binding module</description>
-    <scm>
-        <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/adb</connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/adb</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb</url>
-    </scm>
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-kernel</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>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-            <scope>test</scope>
-        </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>
-        <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>
-        </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-adb</artifactId>
+	<name>Apache Axis 2.0 - Data Binding</name>
+	<description>Axis2 Data Binding module</description>
+	<dependencies>
+		<dependency>
+			<groupId>${project.groupId}</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</version>
+		</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>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<scope>test</scope>
+		</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>
+		<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>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/addressing/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/addressing/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,78 +15,69 @@
  ! 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>
-
-    <artifactId>addressing</artifactId>
-    <packaging>mar</packaging>
-    <name>Apache Axis 2.0 - Addressing</name>
-    <description>WS-Addressing implementation</description>
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/addressing</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/addressing</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/addressing</url>
-    </scm>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>${version}</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>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.axis2.maven2</groupId>
-                <artifactId>axis2-mar-maven-plugin</artifactId>
-                <version>${version}</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <includeDependencies>false</includeDependencies>
-                </configuration>
-            </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>addressing</artifactId>
+	<packaging>mar</packaging>
+	<name>Apache Axis 2.0 - Addressing</name>
+	<description>WS-Addressing implementation</description>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</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>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.axis2</groupId>
+				<artifactId>axis2-mar-maven-plugin</artifactId>
+				<version>${version}</version>
+				<extensions>true</extensions>
+				<configuration>
+					<includeDependencies>false</includeDependencies>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/clustering/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/clustering/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,61 +15,49 @@
  ! 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>
-
-  <artifactId>axis2-clustering</artifactId>
-  <name>Apache Axis 2.0 - Clustering</name>
-  <description>Axis2 Clustering module</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/clustering</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/clustering</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/clustering</url>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-kernel</artifactId>
-		<version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tribes</artifactId>
-		<version>${tomcat.tribes.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>juli</artifactId>
-		<version>${tomcat.juli.version}</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>
-  </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-clustering</artifactId>
+	<name>Apache Axis 2.0 - Clustering</name>
+	<description>Axis2 Clustering module</description>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>tribes</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>juli</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>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/codegen/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/codegen/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,69 +15,59 @@
  ! 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>
-
-  <artifactId>axis2-codegen</artifactId>
-  <name>Apache Axis 2.0 - Code Generation</name>
-  <description>Axis2 Code Generation module</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/codegen</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/codegen</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/codegen</url>
-  </scm>
-  <dependencies>
-    <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>xmlbeans</groupId>
-      <artifactId>xbean</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ws.jaxme</groupId>
-      <artifactId>jaxme2</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>
-  </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-codegen</artifactId>
+	<name>Apache Axis 2.0 - Code Generation</name>
+	<description>Axis2 Code Generation module</description>
+	<dependencies>
+		<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>xmlbeans</groupId>
+			<artifactId>xbean</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.jaxme</groupId>
+			<artifactId>jaxme2</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>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/fastinfoset/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,151 +23,87 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-fastinfoset</artifactId>
 	<name>Apache Axis 2.0 - Fast Infoset</name>
 	<description>Axis2 Fast Infoset module</description>
-	
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/fastinfoset</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/fastinfoset</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/fastinfoset</url>
-    </scm>
-	
-    <dependencies>
-        <dependency>
-            <groupId>com.sun.xml.fastinfoset</groupId>
-            <artifactId>FastInfoset</artifactId>
-            <version>${fastinfoset.version}</version>
-            <type>jar</type>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>https://maven-repository.dev.java.net/nonav/repository/</url>
-        </dependency>
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>${stax.api.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </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.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>${pom.currentVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
-            <version>${pom.currentVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>${wsdl4j.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-            <version>${activation.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons.logging.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
-            <version>${stax.impl.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>${commons.httpclient.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>${commons.fileupload.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-            <version>${XmlSchema.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
-            <version>${pom.currentVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>annogen</groupId>
-            <artifactId>annogen</artifactId>
-            <version>${annogen.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/annogen/jars/</url>
-        </dependency>
-        <dependency>
-            <groupId>httpcomponents-httpcore</groupId>
-            <artifactId>jakarta-httpcore</artifactId>
-            <version>${jakarta.httpcore.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>backport-util-concurrent</groupId>
-            <artifactId>backport-util-concurrent</artifactId>
-            <version>${backport_util_concurrent.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>${commons.codec.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
-    </dependencies>
-    
+	<dependencies>
+		<dependency>
+			<groupId>com.sun.xml.fastinfoset</groupId>
+			<artifactId>FastInfoset</artifactId>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax-api</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.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>wsdl4j</groupId>
+			<artifactId>wsdl4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>javax.activation</groupId>
+			<artifactId>activation</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</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.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>annogen</groupId>
+			<artifactId>annogen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>httpcomponents-httpcore</groupId>
+			<artifactId>jakarta-httpcore</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>backport-util-concurrent</groupId>
+			<artifactId>backport-util-concurrent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-codec</groupId>
+			<artifactId>commons-codec</artifactId>
+		</dependency>
+	</dependencies>
 	<build>
 		<sourceDirectory>src</sourceDirectory>
 		<testSourceDirectory>test</testSourceDirectory>
@@ -178,7 +112,6 @@
 				<directory>test-resources</directory>
 			</testResource>
 		</testResources>
-		    
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_2/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/integration/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/integration/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,39 +23,38 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-integration</artifactId>
 	<name>Apache Axis 2.0 - Integration</name>
 	<description>Axis2 Integration</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/integration</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/integration</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/integration</url>
-  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
+			<artifactId>axis2-clustering</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+			<artifactId>axis2-adb-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
+			<artifactId>axis2-adb</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
+			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-jaxbri</artifactId>
+			<artifactId>axis2-java2wsdl</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-jaxbri</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
@@ -67,13 +64,13 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-jaxws</artifactId>
 			<version>${version}</version>
+			<artifactId>axis2-jaxws</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-jibx</artifactId>
 			<version>${version}</version>
+			<artifactId>axis2-jibx</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
@@ -123,177 +120,160 @@
 		<dependency>
 			<groupId>javax.xml.bind</groupId>
 			<artifactId>jaxb-api</artifactId>
-			<version>2.0</version>
 		</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>xalan</groupId>
-          <artifactId>xalan</artifactId>
-          <version>2.7.0</version>
-          <scope>provided</scope>
-        </dependency>
-		<dependency>
-		  <groupId>javax.servlet</groupId>
-		  <artifactId>servlet-api</artifactId>
-		</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>
+			<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>xalan</groupId>
+			<artifactId>xalan</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</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>conf</directory>
-                    <includes>
-                        <include>**/*.properties</include>
-                    </includes>
-                </resource>
-                <resource>
-                    <directory>src</directory>
-                    <includes>
-                        <include>**/*.properties</include>
-                        <include>**/*.xml</include>
-                    </includes>
-                </resource>
-                <resource>
-                    <directory>resources</directory>
-                    <includes>
-                        <include>**/*</include>
-                    </includes>
-                </resource>
-            </resources>
-        <testResources>
-        	<testResource>
-        	<directory>test</directory>
-        	<includes><include>**/*.xml</include><include>**/*.wsdl</include><include>**/*.properties</include></includes>
-        	</testResource>
-        </testResources>
-        <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>
-              <!-- TODO -->
-			  </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          
-                  <execution>
-            <id>build-repo</id>
-            <phase>test-compile</phase>
-            <configuration>
-              <tasks>
-              <!-- TODO -->
-			  </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>
-  			<forkMode>pertest</forkMode>
-  			<argLine>-Xms256m -Xmx512m</argLine>
-  			<!-- Enable the next 2 lines if you want to attach a debugger
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<testSourceDirectory>test</testSourceDirectory>
+		<resources>
+			<resource>
+				<directory>conf</directory>
+				<includes>
+					<include>**/*.properties</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>src</directory>
+				<includes>
+					<include>**/*.properties</include>
+					<include>**/*.xml</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>resources</directory>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+		</resources>
+		<testResources>
+			<testResource>
+				<directory>test</directory>
+				<includes>
+					<include>**/*.xml</include>
+					<include>**/*.wsdl</include>
+					<include>**/*.properties</include>
+				</includes>
+			</testResource>
+		</testResources>
+		<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>
+								<!-- TODO -->
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>build-repo</id>
+						<phase>test-compile</phase>
+						<configuration>
+							<tasks>
+								<!-- TODO -->
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</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>
+					<forkMode>pertest</forkMode>
+					<argLine>-Xms256m -Xmx512m</argLine>
+					<!-- Enable the next 2 lines if you want to attach a debugger
   			<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
-  			<includes>
-           	 <include>**/*Test.java</include>
-            </includes>
-                      <systemProperties>
-            <property>
-              <name>build.repository</name>
-              <value>./target/test-classes</value>
-            </property>
-          </systemProperties>
-  		</configuration>
-  	  </plugin>
-        </plugins>
-    </build>
-    <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
+					<includes>
+						<include>**/*Test.java</include>
+					</includes>
+					<systemProperties>
+						<property>
+							<name>build.repository</name>
+							<value>./target/test-classes</value>
+						</property>
+					</systemProperties>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-report-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</reporting>
 </project>



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