<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>easywsdl-parent</artifactId>
    <groupId>org.ow2.easywsdl</groupId>
    <relativePath>../../parent/pom.xml</relativePath>
    <version>2.6.0</version>
  </parent>
  
  <name>easywsdl-schema</name>
  <artifactId>easywsdl-schema</artifactId>
  <groupId>org.ow2.easywsdl</groupId>
  <version>2.6.0</version>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>org.jvnet.jaxb2_commons</groupId>
      <artifactId>jaxb2-basics-runtime</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
    </dependency>
    <dependency>
      <groupId>org.ow2.easycommons</groupId>
      <artifactId>easycommons-util</artifactId>
    </dependency>
    <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
    </dependency>
  </dependencies>
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.jvnet.jaxb2.maven2</groupId>
        <artifactId>maven-jaxb2-plugin</artifactId>
        <configuration>
          <schemaIncludes>
            <include>org/ow2/easywsdl/schema/XMLSchema.xsd</include>
          </schemaIncludes>
          <bindingIncludes>
            <include>binding.xjb</include>
          </bindingIncludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  
  <scm>
    <connection>scm:svn:https://svn.petalslink.org/svnroot/tags/easywsdl-schema-2.6.0</connection>
    <developerConnection>scm:svn:https://svn.petalslink.org/svnroot/tags/easywsdl-schema-2.6.0</developerConnection>
  </scm>
</project>
