git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114861 13f79535-47bb-0310-9956-ffa450edef68
41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Statcvs</title>
|
|
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
<body>
|
|
<release version="2.1" date="2004-03-10">
|
|
<action dev="dion" type="fix" issue="MPSTATCVS-2">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 XML xdoc output instead of HTML).</action>
|
|
</release>
|
|
<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" issue="MPSTATCVS-1">Creates maven.build.dir and maven.docs.dest directory if doesn't exist.</action>
|
|
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">Register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|