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