<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>axis2-parent</artifactId>
    <groupId>org.apache.axis2</groupId>
    <version>1.2</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>axis2-saaj</artifactId>
  <name>Apache Axis 2.0 - SAAJ</name>
  <version>1.2</version>
  <description>Axis2 SAAJ implementation</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</developerConnection>
    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>conf</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <targetPath>../test-resources/saaj-repo</targetPath>
        <directory>test-resources</directory>
        <includes>
          <include>axis2.xml</include>
        </includes>
      </testResource>
      <testResource>
        <targetPath>../test-resources</targetPath>
        <directory>test-resources</directory>
        <includes>
          <include>**/*.*</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>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <skip>false</skip>
          <systemProperties>
            <property>
              <name>javax.xml.soap.MessageFactory</name>
              <value>org.apache.axis2.saaj.MessageFactoryImpl</value>
            </property>
            <property>
              <name>javax.xml.soap.SOAPFactory</name>
              <value>org.apache.axis2.saaj.SOAPFactoryImpl</value>
            </property>
            <property>
              <name>javax.xml.soap.SOAPConnectionFactory</name>
              <value>org.apache.axis2.saaj.SOAPConnectionFactoryImpl</value>
            </property>
            <property>
              <name>javax.xml.soap.MetaFactory</name>
              <value>org.apache.axis2.saaj.SAAJMetaFactoryImpl</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.axis2</groupId>
      <artifactId>axis2-saaj-api</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.axis2</groupId>
      <artifactId>axis2-kernel</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>xmlunit</groupId>
      <artifactId>xmlunit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>