<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd' xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jvnet.jax-ws-commons</groupId>
    <artifactId>pom</artifactId>
    <version>1.0</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
  
  <artifactId>spring</artifactId>
  <version>1.8</version>
  <packaging>pom</packaging>
  
  <name>Spring support extension</name>
  <description>Configure JAX-WS with Spring</description>
  
  <scm>
    <connection>scm:svn:https://svn.dev.java.net/svn/jax-ws-common/tags/spring-1.8</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/jax-ws-commons/tags/spring-1.8</developerConnection>
    <url>https://jax-ws-commons.dev.java.net/source/browse/jax-ws-commons/tags/spring-1.8</url>
  </scm>
  
  <repositories>
    
  </repositories>
  <pluginRepositories>
    
  </pluginRepositories>
  
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-idea-plugin</artifactId>
        <configuration>
          <downloadSources>true</downloadSources>
        </configuration>
      </plugin>
    </plugins>
  </build>
  
  <modules>
    <module>spring-core</module>
    <module>test-app</module>
  </modules>
</project>
