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