git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2004-02-03 11:32:45 +00:00
parent 9ba04797c3
commit 4fe32c941b
6 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven Developer Activity Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>maven-developer-activity-plugin:report</name>
<description>Generate developer and file activity reports</description>
</goal>
</goals>
</body>
</document>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven Developer Activity Plug-in">
<title>Maven Developer Activity Plug-in</title>
<body>
<links>
<item href="http://maven.apache.org/" name="Maven">
</item>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">
</item>
<item href="/properties.html" name="Properties">
</item>
</menu>
</body>
</project>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven Developer Activity Plug-in Properties</title>
</properties>
<body>
<section name="Maven Developer Activity Plug-in Settings">
<a href="../changelog/properties.html">See Changelog plugin properties</a>
</section>
</body>
</document>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven File Activity Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>maven-file-activity-plugin:report</name>
<description>Generate developer and file activity reports</description>
</goal>
</goals>
</body>
</document>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven File Activity Plug-in">
<title>Maven File Activity Plug-in</title>
<body>
<links>
<item href="http://maven.apache.org/" name="Maven">
</item>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">
</item>
<item href="/properties.html" name="Properties">
</item>
</menu>
</body>
</project>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven File Activity Plug-in Properties</title>
</properties>
<body>
<section name="Maven File Activity Plug-in Settings">
<a href="../changelog/properties.html">See Changelog plugin properties</a>
</section>
</body>
</document>