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