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