You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2006/09/09 12:19:13 UTC

svn commit: r441774 - in /maven/plugins/trunk/maven-clover-plugin: ./ pom.xml src/site/apt/howto.apt src/site/apt/index.apt src/site/apt/introduction.apt src/site/apt/usage.apt src/site/site.xml

Author: vmassol
Date: Sat Sep  9 03:19:10 2006
New Revision: 441774

URL: http://svn.apache.org/viewvc?view=rev&rev=441774
Log:
MCLOVER-47: Align plugin documentation with Maven standards

Added:
    maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt   (contents, props changed)
      - copied, changed from r437586, maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt
    maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt   (contents, props changed)
      - copied, changed from r437586, maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt
Removed:
    maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt
    maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt
Modified:
    maven/plugins/trunk/maven-clover-plugin/   (props changed)
    maven/plugins/trunk/maven-clover-plugin/pom.xml
    maven/plugins/trunk/maven-clover-plugin/src/site/site.xml

Propchange: maven/plugins/trunk/maven-clover-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Sep  9 03:19:10 2006
@@ -6,3 +6,4 @@
 *.iws
 target
 .deployables
+cobertura.ser

Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/pom.xml?view=diff&rev=441774&r1=441773&r2=441774
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Sat Sep  9 03:19:10 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <prerequisites>
     <maven>2.0.1</maven>
@@ -129,16 +129,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>

Copied: maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt (from r437586, maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt)
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt?view=diff&rev=441774&p1=maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt&r1=437586&p2=maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt&r2=441774
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt (original)
+++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt Sat Sep  9 03:19:10 2006
@@ -1,10 +1,27 @@
  ------
- Maven 2 Clover Plugin
+ Maven 2 Clover Plugin Introduction
  ------
  Vincent Massol
  <vm...@apache.org>
  ------
  April 8th, 2006
+
+ ~~ Copyright 2006 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.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
 
 Introduction
 

Propchange: maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-clover-plugin/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Copied: maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt (from r437586, maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt)
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt?view=diff&rev=441774&p1=maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt&r1=437586&p2=maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt&r2=441774
==============================================================================
    (empty)

Propchange: maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/plugins/trunk/maven-clover-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/src/site/site.xml?view=diff&rev=441774&r1=441773&r2=441774
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/src/site/site.xml Sat Sep  9 03:19:10 2006
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-/*
- * Copyright 2001-2006 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.
- */
--->
+  ~ Copyright 2006 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.
+ -->
 
 <project name="Maven Clover Plugin">
   <bannerLeft>
@@ -30,12 +28,14 @@
   <publishDate format="dd MMM yyyy" />
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/maven2/"/>
     </links>
 
     <menu name="Overview">
-      <item name="Introduction" href="introduction.html"/>
-      <item name="How to Use" href="howto.html"/>
+      <item name="Introduction" href="index.html"/>
+      <item name="Goals" href="plugin-info.html"/>
+      <item name="Usage" href="usage.html"/>
+      <item name="FAQ" href="faq.html"/>
     </menu>
 
     <!-- To be uncommented once it's up to date again -->