git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
189 lines
3.9 KiB
XML
189 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<project>
|
|
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-summit-plugin</id>
|
|
<name>Maven Summit Plug-in</name>
|
|
<currentVersion>1.0</currentVersion>
|
|
|
|
<description>
|
|
Various goals for making development with Plexus easy.
|
|
</description>
|
|
|
|
<shortDescription>Plexus Tools</shortDescription>
|
|
|
|
|
|
<developers/>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<id>commons-jelly+tags-velocity</id>
|
|
<version>SNAPSHOT</version>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-jelly</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-beanutils</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-logging</id>
|
|
<version>1.0.1</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>SNAPSHOT</version>
|
|
<url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-jexl</id>
|
|
<version>1.0-beta-1</version>
|
|
<url>http://jakarta.apache.org/commons/sandbox/jexl/</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>ant</id>
|
|
<version>1.5.1</version>
|
|
</dependency>
|
|
|
|
<!-- Betwixt requirements -->
|
|
<dependency>
|
|
<id>commons-collections</id>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-digester</id>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-beanutils</id>
|
|
<version>1.4.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-digester</id>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-betwixt</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-jelly</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-beanutils</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<id>commons-logging</id>
|
|
<version>1.0.1</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>SNAPSHOT</version>
|
|
<url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-jexl</id>
|
|
<version>1.0-beta-1</version>
|
|
<url>http://jakarta.apache.org/commons/sandbox/jexl/</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>ant</id>
|
|
<version>1.5.1</version>
|
|
</dependency>
|
|
|
|
<!-- Betwixt requirements -->
|
|
<dependency>
|
|
<id>commons-collections</id>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-digester</id>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-beanutils</id>
|
|
<version>1.4.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>xerces</id>
|
|
<version>2.0.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>xml-apis</id>
|
|
<version>1.0.b2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-digester</id>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-betwixt</id>
|
|
<version>SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|
|
|