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