git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113705 13f79535-47bb-0310-9956-ffa450edef68
103 lines
2.7 KiB
XML
103 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-runner-plugin</id>
|
|
<name>Maven Plexus Plug-in</name>
|
|
<currentVersion>0.3-SNAPSHOT</currentVersion>
|
|
<description>Various goals for making development with Plexus easy.</description>
|
|
<shortDescription>Plexus Tools</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/plexus/</url>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/plexus/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/plexus/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/plexus/</url>
|
|
</repository>
|
|
<developers/>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-velocity</artifactId>
|
|
<version>20030303.205659</version>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<id>velocity</id>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
<!-- Betwixt requirements -->
|
|
|
|
<dependency>
|
|
<id>commons-collections</id>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-digester</id>
|
|
<version>1.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-beanutils</id>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-lang</id>
|
|
<version>1.0-b1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-logging</id>
|
|
<version>1.0.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-betwixt</id>
|
|
<version>20030211.133854</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>dom4j</id>
|
|
<version>1.4-dev-8</version>
|
|
<url>http://www.dom4j.org/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-jelly</id>
|
|
<version>20030724.033229</version>
|
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-jexl</id>
|
|
<version>1.0-beta-1</version>
|
|
<url>http://jakarta.apache.org/commons/jexl/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<id>ant</id>
|
|
<version>1.5.3-1</version>
|
|
</dependency>
|
|
<!-- Betwixt requirements -->
|
|
|
|
<dependency>
|
|
<id>xerces</id>
|
|
<version>2.4.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>xml-apis</id>
|
|
<version>1.0.b2</version>
|
|
</dependency>
|
|
<!--
|
|
|
|
|
| Plexus dependencies.
|
|
|
|
|
-->
|
|
|
|
<dependency>
|
|
<id>plexus</id>
|
|
<version>0.2</version>
|
|
<type>pom</type>
|
|
</dependency>
|
|
<dependency>
|
|
<id>plexus</id>
|
|
<version>0.2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|