<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.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.coderic.iso20022.messages</groupId>
  <artifactId>core</artifactId>
    <version>0.0.1</version>

    <relativePath>../../pom.xml</relativePath>
  </parent>
  
  
  <artifactId>fxtr</artifactId>
  <version>38.1.1</version>
  <name>fxtr: Foreign Exchange Trade</name>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jaxb2-maven-plugin</artifactId>
        <version>3.1.0</version>
        <executions>
          <execution>
            <id>xjc</id>
            <goals>
              <goal>xjc</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <packageName>org.coderic.iso20022.messages.fxtr</packageName>
          <sources>
            <source>${project.basedir}/src/main/xsd/fxtr/fxtr.038.001.01.xsd</source>
          </sources>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
