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