MAVEN-912

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-10-08 14:37:06 +00:00
parent 39f1623f70
commit bbba590333
3 changed files with 13 additions and 2 deletions

View File

@ -43,13 +43,17 @@
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
<ant:mkdir dir="${maven.docs.dest}/statcvs"/>
<ant:mkdir dir="${maven.gen.docs}/statcvs"/>
<j:set var="url" value="${pom.repository.url}"/>
<ant:java classname="net.sf.statcvs.Main" fork="true">
<ant:arg line="-output-dir ${maven.gen.docs}/statcvs"/>
<ant:arg line="-title '${pom.name}'"/>
<ant:arg line="-output-suite xdoc"/>
<ant:arg line="-verbose"/>
<ant:arg line="-weburl ${pom.repository.url}"/>
<j:if test="${!empty(url)}">
<ant:arg line="-weburl ${pom.repository.url}"/>
</j:if>
<!-- TODO/FIXME: For some reason, it is hanging if I use the
-use-history command line argument -->

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-statcvs-plugin</id>
<name>Maven StatCvs Plug-in</name>
<currentVersion>2.0</currentVersion>
<currentVersion>2.1-SNAPSHOT</currentVersion>
<description>Generate CVS statistics reports using StatCvs-XML</description>
<shortDescription>Provides CVS statistics</shortDescription>
<logo>http://statcvs-xml.berlios.de/images/statcvslogo.png</logo>

View File

@ -7,6 +7,13 @@
</properties>
<body>
<release version="2.1" date="in CVS">
<action dev="dion" type="fix">
MAVEN-912. Projects without a repository url should still be able to use statcvs.
</action>
</release>
<release version="2.0" date="2003-09-21">
<action dev="vmassol" type="update">
Migrated the plugin to use the new statcvs-xml jar (which generates