diff --git a/statcvs/.cvsignore b/statcvs/.cvsignore
index e5e33942..f7c90c3b 100644
--- a/statcvs/.cvsignore
+++ b/statcvs/.cvsignore
@@ -1,3 +1,6 @@
target
-velocity.log
maven.log
+velocity.log
+build.properties
+.classpath
+.project
diff --git a/statcvs/announcements/1.2.ann b/statcvs/announcements/1.2.ann
new file mode 100644
index 00000000..23085874
--- /dev/null
+++ b/statcvs/announcements/1.2.ann
@@ -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
\ No newline at end of file
diff --git a/statcvs/project.xml b/statcvs/project.xml
index 0b4e16f8..a0750dd3 100644
--- a/statcvs/project.xml
+++ b/statcvs/project.xml
@@ -5,7 +5,7 @@
3
maven-statcvs-plugin
Maven StatCvs Plug-in
- 1.2-SNAPSHOT
+ 1.2
Provides CVS statistics
http://maven.apache.org/reference/plugins/statcvs/
@@ -14,6 +14,13 @@
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/statcvs/
http://cvs.apache.org/viewcvs/maven/src/plugins-build/statcvs/
+
+
+ 1.2
+ 1.2
+ MAVEN_STATCVS_1_2
+
+
dIon Gillard
@@ -36,8 +43,8 @@
Vincent Massol
vmassol
- vmassol@octo.com
- Octo Technology
+ vmassol@pivolis.com
+ Pivolis
Java Developer
diff --git a/statcvs/xdocs/changes.xml b/statcvs/xdocs/changes.xml
index 8096d5ba..56bdcd49 100644
--- a/statcvs/xdocs/changes.xml
+++ b/statcvs/xdocs/changes.xml
@@ -1,19 +1,24 @@
- Changes
+ Statcvs
+ Vincent Massol
Emmanuel Venisse
-
- update to use maven.docs.*/maven.gen.docs
+
+
+ Updated to use maven.docs.*/maven.gen.docs
+
- 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.
- 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.
diff --git a/statcvs/xdocs/navigation.xml b/statcvs/xdocs/navigation.xml
index 7f9eba98..4725bb39 100644
--- a/statcvs/xdocs/navigation.xml
+++ b/statcvs/xdocs/navigation.xml
@@ -1,17 +1,18 @@
-
- Maven statcvs Plugin
+
+ Maven StatCvs Plugin
- -
-
+
+
+
\ No newline at end of file