git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
40 lines
1010 B
XML
40 lines
1010 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<project>
|
|
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-developer-activity-plugin</id>
|
|
<name>Maven Activity Plug-in</name>
|
|
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
|
|
|
<description>
|
|
This document provides a report of activity in terms of CVS commits and
|
|
breaks it out by developer.
|
|
</description>
|
|
|
|
<shortDescription></shortDescription>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<id>commons-jelly+tags-jsl</id>
|
|
<version>SNAPSHOT</version>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
|
<version>SNAPSHOT</version>
|
|
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/xml/</url>
|
|
<properties>
|
|
<classloader>root.maven</classloader>
|
|
</properties>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|