Author: dennisl
Date: Wed Aug  7 21:02:17 2013
New Revision: 1511486

URL: http://svn.apache.org/r1511486
Log:
Tweak the documentation.

Modified:
    maven/resources/trunk/src/site/xdoc/index.xml.vm

Modified: maven/resources/trunk/src/site/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/src/site/xdoc/index.xml.vm?rev=1511486&r1=1511485&r2=1511486&view=diff
==============================================================================
--- maven/resources/trunk/src/site/xdoc/index.xml.vm (original)
+++ maven/resources/trunk/src/site/xdoc/index.xml.vm Wed Aug  7 21:02:17 2013
@@ -20,26 +20,27 @@
   -->
 <document>
   <properties>
-    <title>Apache Maven Resource Bundles</title>
+    <title>Introduction</title>
     <author>Olivier Lamy</author>
   </properties>
 
   <body>
     <section name="Apache Maven Resource Bundles">
-      <p>This project a set of resources to help you building Java resources 
compliant with Apache rules.</p>
+      <p>This project is a set of resources to help you building Java 
resources compliant with Apache rules.</p>
 
-      <section name="Text Materials">
+      <section name="JAR Resource Bundle and Incubator Disclaimer Resource 
Bundle">
         <p>
           To generate in your jar:
           <ul>
             <li><code>META-INF/DEPENDENCIES</code></li>
             <li><code>META-INF/LICENSE</code></li>
             <li><code>META-INF/NOTICE</code></li>
+            <li><code>META-INF/DISCLAIMER</code></li>
           </ul>
           <source><![CDATA[      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.3</version>
+        <version>1.4</version>
         <executions>
           <execution>
             <goals>
@@ -61,7 +62,7 @@
         </p>
       </section>
 
-      <section name="Source Assembly Descriptor">
+      <section name="Source Release Assembly Descriptor">
         <p>Create a source-release artifact that contains the fully buildable 
project directory source structure.
           This is the artifact which is the official subject of any release 
vote.
           <source><![CDATA[      <plugin>


Reply via email to