Releasing version 1.2 of the statcvs plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
target
|
||||
velocity.log
|
||||
maven.log
|
||||
velocity.log
|
||||
build.properties
|
||||
.classpath
|
||||
.project
|
||||
|
||||
21
statcvs/announcements/1.2.ann
Normal file
21
statcvs/announcements/1.2.ann
Normal file
@@ -0,0 +1,21 @@
|
||||
The Maven team is pleased to announce the StatCvs plugin 1.2 release!
|
||||
|
||||
http://maven.apache.org/reference/plugins/statcvs
|
||||
|
||||
The Maven StatcCs plugin is a plugin for StatCvs
|
||||
(http://statcvs.sourceforge.net) that generates CVS
|
||||
statistic reports.
|
||||
|
||||
Changes in this version:
|
||||
|
||||
o Updated to use maven.docs.*/maven.gen.docs
|
||||
o Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory
|
||||
if doesn't exist.
|
||||
o Fixed MAVEN-493. Register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
You can download the StatCvs Maven plugin here:
|
||||
http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-1.2.jar
|
||||
|
||||
Have fun!
|
||||
-Vincent
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-statcvs-plugin</id>
|
||||
<name>Maven StatCvs Plug-in</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Provides CVS statistics</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/statcvs/</url>
|
||||
@@ -14,6 +14,13 @@
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/statcvs/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/statcvs/</url>
|
||||
</repository>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_STATCVS_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>dIon Gillard</name>
|
||||
@@ -36,8 +43,8 @@
|
||||
<developer>
|
||||
<name>Vincent Massol</name>
|
||||
<id>vmassol</id>
|
||||
<email>vmassol@octo.com</email>
|
||||
<organization>Octo Technology</organization>
|
||||
<email>vmassol@pivolis.com</email>
|
||||
<organization>Pivolis</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
|
||||
@@ -1,19 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<title>Statcvs</title>
|
||||
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<release version="1.2" date="2003-09-19">
|
||||
<action dev="dion" type="update">
|
||||
Updated to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="evenisse" type="fix" due-to="Alwyn Schoeman">
|
||||
Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory if doesn't exist.
|
||||
Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory
|
||||
if doesn't exist.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
Fixed MAVEN-493. Register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are
|
||||
registered.
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project name="Maven statcvs Plugin">
|
||||
<title>Maven statcvs Plugin</title>
|
||||
<project name="Maven statCvs Plugin">
|
||||
<title>Maven StatCvs Plugin</title>
|
||||
<body>
|
||||
<links>
|
||||
<item href="http://maven.apache.org/" name="Maven">
|
||||
</item>
|
||||
<item href="http://statcvs.sourceforge.net" name="StatCvs"/>
|
||||
<item href="http://maven.apache.org/" name="Maven"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item href="/goals.html" name="Goals">
|
||||
</item>
|
||||
<item href="/properties.html" name="Properties">
|
||||
</item>
|
||||
<item href="/goals.html" name="Goals"/>
|
||||
<item href="/properties.html" name="Properties"/>
|
||||
</menu>
|
||||
<menu name="Downloads">
|
||||
<item name="StatCvs Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-1.2.jar"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user