blob: 0fe7dcd21b6ea1ef299aca948bbf6bbc9c30dc5c [file] [log] [blame]
<?xml version="1.0"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<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>velocity-master</artifactId>
<groupId>org.apache.velocity</groupId>
<version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools-parent</artifactId>
<name>VelocityTools</name>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://velocity.apache.org/tools/devel/</url>
<description>
VelocityTools is an integrated collection of Velocity subprojects
with the common goal of creating tools and infrastructure to speed and ease
development of both web and non-web applications using the Velocity template
engine.
</description>
<inceptionYear>2002</inceptionYear>
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy site-deploy</goals>
<arguments>-Papache-release</arguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<inputEncoding>UTF-8</inputEncoding>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
<include>**/*Tests.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<site>
<id>velocity.apache.org</id>
<url>scpexe://people.apache.org/www/velocity.apache.org/tools/devel/</url>
</site>
</distributionManagement>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
<!-- <report>jira-report</report> -->
</reports>
</reportSet>
</reportSets>
<configuration>
<!-- no FixFor yet. -->
<filter>sorter/field=issuekey&amp;sorter/order=ASC</filter>
<maxEntries>100</maxEntries>
<teamlist>http://velocity.apache.org/who-we-are.html</teamlist>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<configuration>
<tag>TODO</tag>
<tag>FIXME</tag>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
<excludePackageNames>org.apache.velocity.tools.examples</excludePackageNames>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/
</link>
<link>http://jakarta.apache.org/oro/api</link>
<link>http://commons.apache.org/lang/api-release/
</link>
<link>http://commons.apache.org/collections/api-release/
</link>
<link>http://logging.apache.org/log4j/1.2/apidocs/
</link>
<link>http://excalibur.apache.org/apidocs</link>
<link>http://tomcat.apache.org/tomcat-4.1-doc/servletapi/
</link>
</links>
</configuration>
<reportSets>
<reportSet>
<id>non-aggregate</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
<reportSet>
<id>aggregated</id>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/VELTOOLS</url>
</issueManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/velocity/tools/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/tools/trunk</developerConnection>
<tag>HEAD</tag>
<url>http://svn.apache.org/repos/asf/velocity/tools/trunk</url>
</scm>
<modules>
<module>velocity-tools-generic</module>
<module>velocity-tools-xml</module>
<module>velocity-tools-view</module>
<module>velocity-tools-view-jsp</module>
<module>velocity-tools-struts</module>
<module>velocity-tools-uberjar</module>
<module>velocity-tools-examples</module>
<module>velocity-tools-assembly</module>
<module>maven-velocity-tools-plugin</module>
</modules>
<!-- This project is an effort by many people. If you feel that your name
should be in here and has been omitted in error, please open an issue with
the Velocity Tools Issue tracker. -->
<contributors>
<contributor>
<name>Chris Townsen</name>
</contributor>
<contributor>
<name>Craig R. McClanahan</name>
</contributor>
<contributor>
<name>Dave Bryson</name>
</contributor>
<contributor>
<name>David Graham</name>
</contributor>
<contributor>
<name>David Winterfeldt</name>
</contributor>
<contributor>
<name>Denis Bredelet</name>
</contributor>
<contributor>
<name>Dmitri Colebatch</name>
</contributor>
<contributor>
<name>Gabriel Sidler</name>
</contributor>
<contributor>
<name>Kent Johnson</name>
</contributor>
<contributor>
<name>Leon Messerschmidt</name>
</contributor>
<contributor>
<name>Mike Kienenberger</name>
</contributor>
<contributor>
<name>Oliver O'Halloran</name>
</contributor>
<contributor>
<name>S. Brett Sutton</name>
</contributor>
<contributor>
<name>Shinobu Kawai</name>
</contributor>
<contributor>
<name>Spencer Davis</name>
</contributor>
<contributor>
<name>Ted Husted</name>
</contributor>
<contributor>
<name>Tim Colson</name>
</contributor>
</contributors>
</project>