49 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../project.xml</extend>
<id>maven-cruisecontrol-plugin</id>
<name>Maven Cruise Control Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>A plugin to handle the generating and maintaining of Cruise Control configuration</description>
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/cruisecontrol/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/cruisecontrol/</connection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/cruisecontrol/</url>
</repository>
<developers>
<developer>
<name>Brett Porter</name>
<id>brett</id>
<email>brett@apache.org</email>
<organization>f2 network</organization>
<roles>
<role>Lead Developer</role>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>20030211.143151</version>
<url>http://jakarta.apache.org/commons/jelly/libs/jsl/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
</dependencies>
</project>