<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">
  <parent>
    <artifactId>ui</artifactId>
    <groupId>org.richfaces</groupId>
    <version>3.3.1.GA-NX9</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.richfaces.ui</groupId>
  <artifactId>listShuttle</artifactId>
  <name>listShuttle</name>
  <build>
    <plugins>
      <plugin>
        <groupId>org.richfaces.cdk</groupId>
        <artifactId>maven-cdk-plugin</artifactId>
        <version>${richfaces.version}</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
		  <execution>
		    <id>generate-test-sources</id>
            <phase>generate-test-sources</phase>
            <goals>
              <goal>generate-tests</goal>
            </goals>
          </execution> 
		</executions>
        <configuration>
          <library>
            <prefix>org.richfaces</prefix>
            <taglib>
              <shortName>listShuttle</shortName>
            </taglib>
          </library>
        </configuration>
      </plugin>
    </plugins>
  </build>  
  <dependencies>
  	<dependency>
  		<artifactId>orderingList</artifactId>
  		<groupId>org.richfaces.ui</groupId>
        <version>${project.version}</version>
  	</dependency>
  </dependencies>
</project>