pom.xml 1.16 KB
<?xml version="1.0"?><project>
  <parent>
    <artifactId>ui</artifactId>
    <groupId>org.richfaces.sandbox</groupId>
    <version>3.3.3.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.richfaces.sandbox.ui</groupId>
  <artifactId>focus</artifactId>
  <name>focus</name>
  <version>3.3.3.Final</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.richfaces.cdk</groupId>
        <artifactId>maven-cdk-plugin</artifactId>
        <version>3.3.3.Final</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <library>
            <prefix>org.richfaces</prefix>
            <taglib>
              <shortName>focus</shortName>
            </taglib>
          </library>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.richfaces.framework</groupId>
      <artifactId>richfaces-impl</artifactId>
      <version>3.3.3.Final</version>
    </dependency>
  </dependencies>
</project>