blob: 1b9069547c5870c3eabf7afa051ee99dbfca31cd [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>
<artifactId>tiles-master</artifactId>
<groupId>org.apache.tiles</groupId>
<version>1</version>
</parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-autotag</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Autotags</name>
<description>Automatic generation of tags.</description>
<modules>
<module>tiles-autotag-core-runtime</module>
<module>tiles-autotag-core</module>
<module>tiles-autotag-jsp</module>
<module>tiles-autotag-jsp-runtime</module>
<module>tiles-autotag-freemarker</module>
<module>maven-autotag-plugin</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>