o Add new report deregister goal, modify register goal for slightly modified report method

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-02-23 15:57:06 +00:00
parent 7ade43c7a6
commit 9873992dfe
16 changed files with 187 additions and 92 deletions

View File

@@ -9,9 +9,14 @@
<goal name="maven-developer-activity-plugin:register">
<doc:registerReport
name="Developer Activity"
pluginName="maven-developer-activity-plugin"
link="developer-activity-report"
description="Report on the amount of developer activity."/>
</goal>
<goal name="maven-developer-activity-plugin:deregister">
<doc:deregisterReport name="Developer Activity"/>
</goal>
<!-- ================================================================== -->
<!-- D E V E L O P E R A C T I V I T Y R E P O R T -->