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