git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113142 13f79535-47bb-0310-9956-ffa450edef68
41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-developer-activity-plugin</id>
|
|
<name>Maven Developer Activity Plug-in</name>
|
|
<currentVersion>1.2</currentVersion>
|
|
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
|
|
<shortDescription/>
|
|
|
|
<url>http://maven.apache.org/reference/plugins/developer-activity/</url>
|
|
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/developer-activity/</siteDirectory>
|
|
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/developer-activity/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/developer-activity/</url>
|
|
</repository>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-jsl</artifactId>
|
|
<version>20030211.143151</version>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
<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>
|
|
</dependencies>
|
|
</project>
|