|
|
d19125 |
|
|
|
d19125 |
|
|
|
d19125 |
|
|
|
d19125 |
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
d19125 |
or more contributor license agreements. See the NOTICE file
|
|
|
d19125 |
distributed with this work for additional information
|
|
|
d19125 |
regarding copyright ownership. The ASF licenses this file
|
|
|
d19125 |
to you under the Apache License, Version 2.0 (the
|
|
|
d19125 |
"License"); you may not use this file except in compliance
|
|
|
d19125 |
with the License. You may obtain a copy of the License at
|
|
|
d19125 |
|
|
|
d19125 |
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
d19125 |
|
|
|
d19125 |
Unless required by applicable law or agreed to in writing,
|
|
|
d19125 |
software distributed under the License is distributed on an
|
|
|
d19125 |
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
d19125 |
KIND, either express or implied. See the License for the
|
|
|
d19125 |
specific language governing permissions and limitations
|
|
|
d19125 |
under the License.
|
|
|
d19125 |
-->
|
|
|
d19125 |
|
|
|
d19125 |
|
|
|
d19125 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
d19125 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
d19125 |
|
|
|
d19125 |
<modelVersion>4.0.0</modelVersion>
|
|
|
d19125 |
|
|
|
d19125 |
<parent>
|
|
|
d19125 |
<groupId>org.apache</groupId>
|
|
|
d19125 |
<artifactId>apache</artifactId>
|
|
|
d19125 |
<version>4</version>
|
|
|
d19125 |
</parent>
|
|
|
d19125 |
|
|
|
d19125 |
<groupId>org.apache.velocity</groupId>
|
|
|
d19125 |
<artifactId>velocity</artifactId>
|
|
|
d19125 |
<version>1.7</version>
|
|
|
d19125 |
|
|
|
d19125 |
<name>Apache Velocity</name>
|
|
|
d19125 |
<url>http://velocity.apache.org/engine/devel/</url>
|
|
|
d19125 |
<description>Apache Velocity is a general purpose template engine.</description>
|
|
|
d19125 |
<inceptionYear>2000</inceptionYear>
|
|
|
d19125 |
<packaging>jar</packaging>
|
|
|
d19125 |
|
|
|
d19125 |
<prerequisites>
|
|
|
d19125 |
<maven>2.0.9</maven>
|
|
|
d19125 |
</prerequisites>
|
|
|
d19125 |
|
|
|
d19125 |
<build>
|
|
|
d19125 |
<defaultGoal>install</defaultGoal>
|
|
|
d19125 |
<sourceDirectory>src/java</sourceDirectory>
|
|
|
d19125 |
<testSourceDirectory>src/test</testSourceDirectory>
|
|
|
d19125 |
<plugins>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-site-plugin</artifactId>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<inputEncoding>UTF-8</inputEncoding>
|
|
|
d19125 |
<outputEncoding>UTF-8</outputEncoding>
|
|
|
d19125 |
<xdocDirectory>${basedir}/xdocs/docs</xdocDirectory>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
</plugins>
|
|
|
d19125 |
<resources>
|
|
|
d19125 |
<resource>
|
|
|
d19125 |
<directory>src/java</directory>
|
|
|
d19125 |
<excludes>
|
|
|
d19125 |
<exclude>**/*.java</exclude>
|
|
|
d19125 |
</excludes>
|
|
|
d19125 |
</resource>
|
|
|
d19125 |
</resources>
|
|
|
d19125 |
</build>
|
|
|
d19125 |
|
|
|
d19125 |
<distributionManagement>
|
|
|
d19125 |
<site>
|
|
|
d19125 |
<id>velocity.apache.org</id>
|
|
|
d19125 |
<url>scpexe://people.apache.org/www/velocity.apache.org/engine/releases/velocity-1.7</url>
|
|
|
d19125 |
</site>
|
|
|
d19125 |
<repository>
|
|
|
d19125 |
<id>apache.releases</id>
|
|
|
d19125 |
<name>Apache Release Distribution Repository</name>
|
|
|
d19125 |
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
|
|
|
d19125 |
</repository>
|
|
|
d19125 |
<snapshotRepository>
|
|
|
d19125 |
<id>apache.snapshots</id>
|
|
|
d19125 |
<name>Apache Development Snapshot Repository</name>
|
|
|
d19125 |
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
|
|
|
d19125 |
</snapshotRepository>
|
|
|
d19125 |
</distributionManagement>
|
|
|
d19125 |
|
|
|
d19125 |
<developers>
|
|
|
d19125 |
<developer>
|
|
|
d19125 |
<name>Will Glass-Husain</name>
|
|
|
d19125 |
<id>wglass</id>
|
|
|
d19125 |
<email>wglass@forio.com</email>
|
|
|
d19125 |
<organization>Forio Business Simulations</organization>
|
|
|
d19125 |
<roles>
|
|
|
d19125 |
<role>Java Developer</role>
|
|
|
d19125 |
</roles>
|
|
|
d19125 |
</developer>
|
|
|
d19125 |
|
|
|
d19125 |
<developer>
|
|
|
d19125 |
<name>Geir Magnusson Jr.</name>
|
|
|
d19125 |
<id>geirm</id>
|
|
|
d19125 |
<email>geirm@optonline.net</email>
|
|
|
d19125 |
<organization>Independent (DVSL Maven)</organization>
|
|
|
d19125 |
<roles>
|
|
|
d19125 |
<role>Java Developer</role>
|
|
|
d19125 |
</roles>
|
|
|
d19125 |
</developer>
|
|
|
d19125 |
|
|
|
d19125 |
<developer>
|
|
|
d19125 |
<name>Daniel Rall</name>
|
|
|
d19125 |
<id>dlr</id>
|
|
|
d19125 |
<email>dlr@finemaltcoding.com</email>
|
|
|
d19125 |
<organization>CollabNet, Inc.</organization>
|
|
|
d19125 |
<roles>
|
|
|
d19125 |
<role>Java Developer</role>
|
|
|
d19125 |
</roles>
|
|
|
d19125 |
</developer>
|
|
|
d19125 |
|
|
|
d19125 |
<developer>
|
|
|
d19125 |
<name>Henning P. Schmiedehausen</name>
|
|
|
d19125 |
<id>henning</id>
|
|
|
d19125 |
<email>hps@intermeta.de</email>
|
|
|
d19125 |
<organization>INTERMETA - Gesellschaft für Mehrwertdienste mbH</organization>
|
|
|
d19125 |
<roles>
|
|
|
d19125 |
<role>Java Developer</role>
|
|
|
d19125 |
</roles>
|
|
|
d19125 |
<timezone>2</timezone>
|
|
|
d19125 |
</developer>
|
|
|
d19125 |
|
|
|
d19125 |
<developer>
|
|
|
d19125 |
<name>Nathan Bubna</name>
|
|
|
d19125 |
<id>nbubna</id>
|
|
|
d19125 |
<email>nathan@esha.com</email>
|
|
|
d19125 |
<organization>ESHA Research</organization>
|
|
|
d19125 |
<roles>
|
|
|
d19125 |
<role>Java Developer</role>
|
|
|
d19125 |
</roles>
|
|
|
d19125 |
</developer>
|
|
|
d19125 |
|
|
|
d19125 |
</developers>
|
|
|
d19125 |
|
|
|
d19125 |
<dependencies>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>commons-collections</groupId>
|
|
|
d19125 |
<artifactId>commons-collections</artifactId>
|
|
|
d19125 |
<version>3.2.1</version>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>commons-lang</groupId>
|
|
|
d19125 |
<artifactId>commons-lang</artifactId>
|
|
|
d19125 |
<version>2.4</version>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>oro</groupId>
|
|
|
d19125 |
<artifactId>oro</artifactId>
|
|
|
d19125 |
<version>2.0.8</version>
|
|
|
d19125 |
<optional>true</optional>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>jdom</groupId>
|
|
|
d19125 |
<artifactId>jdom</artifactId>
|
|
|
d19125 |
<version>1.0</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>commons-logging</groupId>
|
|
|
d19125 |
<artifactId>commons-logging</artifactId>
|
|
|
d19125 |
<version>1.1</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
<exclusions>
|
|
|
d19125 |
<exclusion>
|
|
|
d19125 |
<groupId>avalon-framework</groupId>
|
|
|
d19125 |
<artifactId>avalon-framework</artifactId>
|
|
|
d19125 |
</exclusion>
|
|
|
d19125 |
<exclusion>
|
|
|
d19125 |
<groupId>log4j</groupId>
|
|
|
d19125 |
<artifactId>log4j</artifactId>
|
|
|
d19125 |
</exclusion>
|
|
|
d19125 |
<exclusion>
|
|
|
d19125 |
<groupId>javax.servlet</groupId>
|
|
|
d19125 |
<artifactId>servlet-api</artifactId>
|
|
|
d19125 |
</exclusion>
|
|
|
d19125 |
</exclusions>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>log4j</groupId>
|
|
|
d19125 |
<artifactId>log4j</artifactId>
|
|
|
d19125 |
<version>1.2.12</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>javax.servlet</groupId>
|
|
|
d19125 |
<artifactId>servlet-api</artifactId>
|
|
|
d19125 |
<version>2.3</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>logkit</groupId>
|
|
|
d19125 |
<artifactId>logkit</artifactId>
|
|
|
d19125 |
<version>2.0</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>ant</groupId>
|
|
|
d19125 |
<artifactId>ant</artifactId>
|
|
|
d19125 |
<version>1.6</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>werken-xpath</groupId>
|
|
|
d19125 |
<artifactId>werken-xpath</artifactId>
|
|
|
d19125 |
<version>0.9.4</version>
|
|
|
d19125 |
<scope>provided</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>junit</groupId>
|
|
|
d19125 |
<artifactId>junit</artifactId>
|
|
|
d19125 |
<version>3.8.1</version>
|
|
|
d19125 |
<scope>test</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
<dependency>
|
|
|
d19125 |
<groupId>hsqldb</groupId>
|
|
|
d19125 |
<artifactId>hsqldb</artifactId>
|
|
|
d19125 |
<version>1.7.1</version>
|
|
|
d19125 |
<scope>test</scope>
|
|
|
d19125 |
</dependency>
|
|
|
d19125 |
</dependencies>
|
|
|
d19125 |
|
|
|
d19125 |
<reporting>
|
|
|
d19125 |
<plugins>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
d19125 |
<version>2.1</version>
|
|
|
d19125 |
<reportSets>
|
|
|
d19125 |
<reportSet>
|
|
|
d19125 |
<reports>
|
|
|
d19125 |
<report>dependencies</report>
|
|
|
d19125 |
<report>issue-tracking</report>
|
|
|
d19125 |
<report>license</report>
|
|
|
d19125 |
<report>summary</report>
|
|
|
d19125 |
<report>scm</report>
|
|
|
d19125 |
</reports>
|
|
|
d19125 |
</reportSet>
|
|
|
d19125 |
</reportSets>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-changes-plugin</artifactId>
|
|
|
d19125 |
<version>2.0</version>
|
|
|
d19125 |
<reportSets>
|
|
|
d19125 |
<reportSet>
|
|
|
d19125 |
<reports>
|
|
|
d19125 |
<report>changes-report</report>
|
|
|
d19125 |
<report>jira-report</report>
|
|
|
d19125 |
</reports>
|
|
|
d19125 |
</reportSet>
|
|
|
d19125 |
</reportSets>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<issueLinkTemplate>${jira.browse.url}/%ISSUE%</issueLinkTemplate>
|
|
|
d19125 |
|
|
|
d19125 |
<component>12311337</component>
|
|
|
d19125 |
|
|
|
d19125 |
<filter>fixfor=12310290&sorter/field=issuekey&sorter/order=ASC</filter>
|
|
|
d19125 |
<maxEntries>100</maxEntries>
|
|
|
d19125 |
<teamlist>http://velocity.apache.org/who-we-are.html</teamlist>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.codehaus.mojo</groupId>
|
|
|
d19125 |
<artifactId>taglist-maven-plugin</artifactId>
|
|
|
d19125 |
<version>2.2</version>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<tag>TODO</tag>
|
|
|
d19125 |
<tag>FIXME</tag>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
d19125 |
<version>2.1</version>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
d19125 |
<version>2.5</version>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<links>
|
|
|
d19125 |
<link>http://java.sun.com/j2se/1.4.2/docs/api</link>
|
|
|
d19125 |
<link>http://jakarta.apache.org/oro/api</link>
|
|
|
d19125 |
<link>http://jakarta.apache.org/commons/lang/api-release</link>
|
|
|
d19125 |
<link>http://jakarta.apache.org/commons/collections/api-release</link>
|
|
|
d19125 |
|
|
|
d19125 |
<link>http://www.jdom.org/docs/apidocs</link>
|
|
|
d19125 |
<link>http://logging.apache.org/log4j/docs/api</link>
|
|
|
d19125 |
<link>http://excalibur.apache.org/apidocs</link>
|
|
|
d19125 |
<link>http://tomcat.apache.org/tomcat-4.1-doc/servletapi</link>
|
|
|
d19125 |
</links>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-changelog-plugin</artifactId>
|
|
|
d19125 |
<version>2.1</version>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.codehaus.mojo</groupId>
|
|
|
d19125 |
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
d19125 |
<version>1.2</version>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<xmlOutput>true</xmlOutput>
|
|
|
d19125 |
<threshold>Low</threshold>
|
|
|
d19125 |
<effort>Max</effort>
|
|
|
d19125 |
<excludeFilterFile>build/findbugs-exclude.xml</excludeFilterFile>
|
|
|
d19125 |
<findbugsXmlOutputDirectory>xdocs</findbugsXmlOutputDirectory>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
<plugin>
|
|
|
d19125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
d19125 |
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
d19125 |
<configuration>
|
|
|
d19125 |
<source>1.4</source>
|
|
|
d19125 |
<target>1.4</target>
|
|
|
d19125 |
</configuration>
|
|
|
d19125 |
</plugin>
|
|
|
d19125 |
</plugins>
|
|
|
d19125 |
</reporting>
|
|
|
d19125 |
|
|
|
d19125 |
<scm>
|
|
|
d19125 |
<connection>scm:svn:http://svn.apache.org/repos/asf/velocity/engine/trunk</connection>
|
|
|
d19125 |
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/engine/trunk</developerConnection>
|
|
|
d19125 |
<tag>HEAD</tag>
|
|
|
d19125 |
<url>http://svn.apache.org/viewvc/velocity/engine/trunk</url>
|
|
|
d19125 |
</scm>
|
|
|
d19125 |
|
|
|
d19125 |
<properties>
|
|
|
d19125 |
<jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
|
|
|
d19125 |
</properties>
|
|
|
d19125 |
|
|
|
d19125 |
<issueManagement>
|
|
|
d19125 |
<system>JIRA</system>
|
|
|
d19125 |
<url>${jira.browse.url}/VELOCITY</url>
|
|
|
d19125 |
</issueManagement>
|
|
|
d19125 |
</project>
|