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/12/01 15:10:53 UTC

svn commit: r350254 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/site/apt/howto.apt src/site/xdoc/i18n.xml

Author: vsiveton
Date: Thu Dec  1 06:10:49 2005
New Revision: 350254

URL: http://svn.apache.org/viewcvs?rev=350254&view=rev
Log:
Updated documentation and links.

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml
    maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt
    maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=350254&r1=350253&r2=350254&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Dec  1 06:10:49 2005
@@ -36,6 +36,13 @@
         <role>German translator</role>
       </roles>
     </contributor>
+    <contributor>
+      <name>Piotr Bzdyl</name>
+      <email>piotr@bzdyl.net</email>
+      <roles>
+        <role>Polish translator</role>
+      </roles>
+    </contributor>
   </contributors>
   <dependencies>
     <dependency>

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt?rev=350254&r1=350253&r2=350254&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/howto.apt Thu Dec  1 06:10:49 2005
@@ -1,21 +1,35 @@
  ------
  Maven 2 Site Plugin
  ------
+ Vincent Siveton
+ <vi...@gmail.com>
+ ------
+ September 20, 2005
+ ------
 
 Maven 2 Site Plugin
 
- Generate the project's site and report distributions.
+  Generate the project's site and report distributions.
+  You could also have a look at this mini-guide {{{http://maven.apache.org/guides/mini/guide-site.html}http://maven.apache.org/guides/mini/guide-site.html}}.
 
 *How to Use Site plugin
 
   Using the site plugin is very easy, just execute the site goal from your project
 
 -------------------
-  m2 site:site
+  mvn site
 -------------------
 
   and it would generate its default reports.
 
-*Deploying site & Site Descriptor
+*How to Deploy Site plugin
 
-  For more references of deploying the site and site descriptor here's a link {{{http://maven.apache.org/maven2/site.html}http://maven.apache.org/maven2/site.html}}.
+  To deploy the generated site, just execute the site:deploy goal from your project.
+
+-------------------
+  mvn site:deploy
+-------------------
+
+*Site Descriptor
+
+  For more references of site descriptor, here's a link {{{http://maven.apache.org/site.html}http://maven.apache.org/site.html}}.

Modified: maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml?rev=350254&r1=350253&r2=350254&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml Thu Dec  1 06:10:49 2005
@@ -41,7 +41,7 @@
                             <tr>
                                 <td>English (Default)</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/resources/site-plugin.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin.properties">
                                         See
                                     </a>
                                 </td>
@@ -49,7 +49,7 @@
                             <tr>
                                 <td>French</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/resources/site-plugin_fr.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_fr.properties">
                                         See
                                     </a>
                                 </td>
@@ -57,7 +57,7 @@
                             <tr>
                                 <td>Japanese</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/resources/site-plugin_ja.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ja.properties">
                                         See
                                     </a>
                                 </td>
@@ -65,7 +65,15 @@
                             <tr>
                                 <td>German</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/resources/site-plugin_de.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_de.properties">
+                                        See
+                                    </a>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td>Polish</td>
+                                <td>
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pl.properties">
                                         See
                                     </a>
                                 </td>
@@ -87,7 +95,7 @@
                             <tr>
                                 <td>English (Default)</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties">
                                         See
                                     </a>
                                 </td>
@@ -95,7 +103,7 @@
                             <tr>
                                 <td>French</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties">
                                         See
                                     </a>
                                 </td>
@@ -103,7 +111,7 @@
                             <tr>
                                 <td>Japanese</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties">
                                         See
                                     </a>
                                 </td>
@@ -111,7 +119,15 @@
                             <tr>
                                 <td>German</td>
                                 <td>
-                                    <a href="http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties">
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties">
+                                        See
+                                    </a>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td>Polish</td>
+                                <td>
+                                    <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties">
                                         See
                                     </a>
                                 </td>
@@ -149,13 +165,13 @@
                         UTF-8 encoding</b>.
                     </li>
                     <li>
-                    	To test the translation, checkout the site plugin, include it in <code>src/main/resources</code>, 
-                    	and run <code>mvn install</code> on the plugin, then <code>mvn site</code> on a project to test
-                    	it.
+                        To test the translation, checkout the site plugin, include it in <code>src/main/resources</code>,
+                        and run <code>mvn install</code> on the plugin, then <code>mvn site</code> on a project to test
+                      it.
                     </li>
                     <li>
-						When happy with it, create a new issue in <a href="http://jira.codehaus.org/browse/MNG">JIRA</a> 
-						and attach the file there.
+                        When happy with it, create a new issue in <a href="http://jira.codehaus.org/browse/MNG">JIRA</a>
+                        and attach the file there.
                     </li>
                 </ol>
             </p>