jbisotti 05/06/17 12:32:38
Modified: cobertura project.xml
Added: cobertura project.properties
Log:
Adding some reports to the site.
Revision Changes Path
1.4 +9 -0 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 17 Jun 2005 16:45:10 -0000 1.3
+++ project.xml 17 Jun 2005 19:32:37 -0000 1.4
@@ -90,5 +90,14 @@
<url>http://www.kclee.de/clemens/java/javancss/</url>
</dependency>
</dependencies>
+ <reports>
+ <report>maven-changelog-plugin</report>
+ <report>maven-changes-plugin</report>
+ <report>maven-developer-activity-plugin</report>
+ <report>maven-faq-plugin</report>
+ <report>maven-file-activity-plugin</report>
+ <report>maven-license-plugin</report>
+ <report>maven-linkcheck-plugin</report>
+ </reports>
</project>
1.1 maven-plugins/cobertura/project.properties
Index: project.properties
===================================================================
# -------------------------------------------------------------------
# Copyright 2001-2005 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.
# -------------------------------------------------------------------
maven.license.licenseFile=${basedir}/../LICENSE.txt
|