Maven Repository - POM file for Template velocity 1.5 1.5

Summary

Apache Velocity.

Apache Velocity is a general purpose template engine..

Declaration

Here is the list of declaration for velocity. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity</artifactId>
   <version>1.5</version>
</dependency>

If you think this Maven repository POM file listing for velocity is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The velocity-1.5 has 9 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-collections 3.1
Types that extend and augment the Java Collections Framework.
105
Data Structurecommons-lang 2.1
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
99




Depended by

The following table lists the most popular artifacts which are depending on velocity-1.5. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkdoxia-site-renderer 1.4
The Site Renderer handles the rendering of sites, merging site decoration with document content.
21
Web Frameworkdoxia-site-renderer 1.0
The Site Renderer handles the rendering of sites.
8
Web Frameworkdoxia-site-renderer 1.1.3
The Site Renderer handles the rendering of sites.
36
Web Frameworkdoxia-site-renderer 1.0-alpha-11
The Site Renderer handles the rendering of sites.
14
Web Frameworkdoxia-site-renderer 1.6
The Site Renderer handles the rendering of sites, merging site decoration with document content.
7

Plugin

The following plugins are used in the velocity-1.5.jar

  1. maven-changelog-plugin
  2. maven-changes-plugin
  3. maven-javadoc-plugin
  4. maven-jxr-plugin
  5. maven-project-info-reports-plugin
  6. maven-site-plugin
  7. taglist-maven-plugin




Packages

The following packages are defined in the velocity-1.5.jar

org.apache.velocity
org.apache.velocity.anakia
org.apache.velocity.app
org.apache.velocity.app.event
org.apache.velocity.app.event.implement
org.apache.velocity.app.tools
org.apache.velocity.context
org.apache.velocity.convert
org.apache.velocity.exception
org.apache.velocity.io
org.apache.velocity.runtime
org.apache.velocity.runtime.directive
org.apache.velocity.runtime.log
org.apache.velocity.runtime.parser
org.apache.velocity.runtime.parser.node
org.apache.velocity.runtime.resource
org.apache.velocity.runtime.resource.loader
org.apache.velocity.runtime.resource.util
org.apache.velocity.runtime.visitor
org.apache.velocity.servlet
org.apache.velocity.texen
org.apache.velocity.texen.ant
org.apache.velocity.texen.util
org.apache.velocity.util
org.apache.velocity.util.introspection




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.velocity</groupId>
  <artifactId>velocity</artifactId>
  <packaging>pom</packaging>
  <name>Apache Velocity</name>
  <version>1.5</version>
  <description>Apache Velocity is a general purpose template engine.</description>
  <url>http://velocity.apache.org/engine/releases/velocity-1.5/</url>
  <issueManagement>
    <system>JIRA</system>
    <url>https://issues.apache.org/jira/browse/VELOCITY</url>
  </issueManagement>
  <inceptionYear>2000</inceptionYear>
  
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/engine/tags/Velocity_1.5</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/engine/tags/Velocity_1.5</developerConnection>
    <url>http://svn.apache.org/viewvc/velocity/engine/tags/Velocity_1.5</url>
  </scm>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://www.apache.org/</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <defaultGoal>install</defaultGoal>
    <plugins>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <inputEncoding>UTF-8</inputEncoding>
          <outputEncoding>UTF-8</outputEncoding>
          <xdocDirectory>${basedir}/xdocs/docs</xdocDirectory>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.1</version>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>oro</groupId>
      <artifactId>oro</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.12</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>logkit</groupId>
      <artifactId>logkit</artifactId>
      <version>2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>werken-xpath</groupId>
      <artifactId>werken-xpath</artifactId>
      <version>0.9.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <reportSets>
          <reportSet>
            <reports>
              <report>dependencies</report>
              <report>issue-tracking</report>
              <report>license</report>
              <report>summary</report>
              <report>scm</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <artifactId>maven-changes-plugin</artifactId>
        <configuration>
          <component>12311337</component>
          <filter>fixfor=12310253&amp;fixfor=12312142&amp;fixfor=12312057&amp;sorter/field=issuekey&amp;sorter/order=ASC</filter>
          <maxEntries>500</maxEntries>
          <teamlist>http://velocity.apache.org/who-we-are.html</teamlist>
        </configuration>
        <reportSets>
          <reportSet>
            <reports>
              <report>changes-report</report>
              <report>jira-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>taglist-maven-plugin</artifactId>
        <configuration>
          <tag>TODO</tag>
          <tag>FIXME</tag>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jxr-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <links>
            <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
            <link>http://jakarta.apache.org/oro/api</link>
            <link>http://jakarta.apache.org/commons/lang/api-release</link>
            <link>http://jakarta.apache.org/commons/collections/api-release</link>
            <link>http://www.jdom.org/docs/apidocs</link>
            <link>http://logging.apache.org/log4j/docs/api</link>
            <link>http://excalibur.apache.org/apidocs</link>
            <link>http://tomcat.apache.org/tomcat-4.1-doc/servletapi</link>
          </links>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-changelog-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <repository>
      <id>apache.releases</id>
      <name>Apache Release Distribution Repository</name>
      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
    </repository>
    <snapshotRepository>
      <id>apache.snapshots</id>
      <name>Apache Development Snapshot Repository</name>
      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    </snapshotRepository>
    <site>
      <id>velocity.apache.org</id>
      <url>scpexe://people.apache.org/www/velocity.apache.org/engine/releases/velocity-1.5/</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>