blob: 47e8fcefc6c11e892fc8b0ee5b4640170b0180bf [file] [log] [blame]
<?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>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../org.apache.lenya.parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-core-i18n</artifactId>
<packaging>jar</packaging>
<name>Apache Lenya Core I18N</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-maven-plugin</artifactId>
<version>1.0.0-RC1-SNAPSHOT</version>
<executions>
<execution>
<id>rcl</id>
<phase>compile</phase>
<goals>
<goal>rcl</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>