You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2005/10/06 13:17:01 UTC

svn commit: r306587 - /maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt

Author: vsiveton
Date: Thu Oct  6 04:16:52 2005
New Revision: 306587

URL: http://svn.apache.org/viewcvs?rev=306587&view=rev
Log:
Documentation: removed duplicates from howto

Modified:
    maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt

Modified: maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt?rev=306587&r1=306586&r2=306587&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt (original)
+++ maven/components/trunk/maven-plugins/maven-site-plugin/src/site/apt/howto.apt Thu Oct  6 04:16:52 2005
@@ -8,37 +8,26 @@
 
 *How to Use Site plugin
 
-  Here is a link for more information {{{http://maven.apache.org/maven2/site.html}http://maven.apache.org/maven2/site.html}}
- ------
- Maven 2 Site Plugin
- ------
-
-Maven 2 Site Plugin
-
- Generate the project's site and report distributions.
-
-*How to Use
-
   Using the site plugin is very easy, just execute the site goal from your project
 
 -------------------
   m2 site:site
 -------------------
-  
+
   and it would generate its default reports.
 
   *jdepend
 
   *checkstyle
-  
+
   *surefire-report
-  
+
   *javadoc
-  
+
   *jxr (cross reference)
-  
+
   *taglist
-  
+
   *changelog