Index: jar/xdocs/goals.xml
===================================================================
RCS file: /home/cvspublic/maven-plugins/jar/xdocs/goals.xml,v
retrieving revision 1.4
diff -u -w -r1.4 goals.xml
--- jar/xdocs/goals.xml	14 Jul 2004 11:46:04 -0000	1.4
+++ jar/xdocs/goals.xml	7 Aug 2004 22:32:06 -0000
@@ -31,7 +31,7 @@
       <table>
         <tr><th>Goal</th><th>Description</th></tr>
         <tr>
-          <td>jar:jar</td>
+          <td>jar</td>
           <td>Launch jar:jar goal.</td>
         </tr>
         <tr>
@@ -61,42 +61,42 @@
         <tr>
           <td>jar:deploy-snapshot</td>
           <td>
-            Deploy a snapshot jar to the remote repository
+            Deploy a snapshot jar to the remote repository.
           </td>
         </tr>
         <tr>
           <td>jar:deploy</td>
           <td>
             Deploy a jar to the remote repository. The jar is built using
-            the <code>java:jar</code> goal
+            the <code>jar:jar</code> goal.
           </td>
         </tr>
         <tr>
           <td>jar:install</td>
           <td>
             Install a jar into the local repository. The jar is built using
-            the <code>java:jar</code> goal
+            the <code>jar:jar</code> goal.
           </td>
         </tr>
         <tr>
           <td>jar:install-snapshot</td>
           <td>
-            Install a jar into the local repository. The jar is built using
-            the <code>jar:snapshot</code> goal and copied into the local
+            Install a snapshot jar into the local repository. The jar is built using
+            the <code>jar:jar</code> goal and copied into the local
             repository as the -SNAPSHOT version.
           </td>
         </tr>
         <tr>
           <td>clean</td>
           <td>
-            This goal is a shortcut to the <code>clean:clean</code> goal
+            This goal is a shortcut to the <code>clean:clean</code> goal.
           </td>
         </tr>
         <tr>
           <td>clean:clean</td>
           <td>
             Removes the <a href="properties.html">maven.build.dir</a> and 
-            <a href="properties.html">maven.test.reportsDirectory</a> directories
+            <a href="properties.html">maven.test.reportsDirectory</a> directories.
           </td>
         </tr>
       </table>
Index: jar/xdocs/properties.xml
===================================================================
RCS file: /home/cvspublic/maven-plugins/jar/xdocs/properties.xml,v
retrieving revision 1.10
diff -u -w -r1.10 properties.xml
--- jar/xdocs/properties.xml	12 Jul 2004 06:58:01 -0000	1.10
+++ jar/xdocs/properties.xml	7 Aug 2004 22:48:10 -0000
@@ -28,6 +28,7 @@
   <body>
     <section name="Jar Settings">
       <table>
+        <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
         <tr>
           <td>maven.has.jar.resource.patterns</td>
           <td>Yes</td>
@@ -42,7 +43,7 @@
            section of your 
            <a href="http://maven.apache.org/reference/project-descriptor.html">
            project descriptor</a>. If there are <code>includes</code> or <code>excludes</code>
-           elements, this property will be set to true
+           elements, this property will be set to <code>true</code>.
           </td>
         </tr>
         <tr>
@@ -51,7 +52,7 @@
           <td>
             Specifies a list of patterns to exclude from the jar process.
             The default value is <code>**/package.html</code>, and is used
-            by the "java:jar" goal.
+            by the <code>jar:jar</code> goal.
           </td>
         </tr>
         <tr>
@@ -59,7 +60,7 @@
           <td>Yes</td>
           <td>
             Specifies a list of patterns to include with the jar process.
-            The default value is <code>null</code>
+            The default value is <code>null</code>.
           </td>
         </tr>
         <tr>
@@ -67,7 +68,7 @@
           <td>Yes</td>
           <td>
             Whether the source should be included in the jar.
-            The default value is <code>false</code>
+            The default value is <code>false</code>.
           </td>
         </tr>
         <tr>
@@ -92,18 +93,21 @@
           <td>maven.jar.manifest.classpath.add</td>
           <td>Yes</td>
           <td>
-            Tells maven to add classpath information the the jar manifest.
+            Tells Maven to add classpath information to the jar manifest.
             This can cause some applications to break, so it has been disabled by default.
-            Set to 'true' to enable classpath information.
+            Set to <code>true</code> to enable classpath information.
+            Only the dependency jars that have the property
+            <code>jar.manifest.classpath</code> set to <code>true</code>
+            will be added to the classpath information.
           </td>
         </tr>
         <tr>
           <td>maven.jar.manifest.extensions.add</td>
           <td>Yes</td>
           <td>
-            Tells maven to add extension information the the jar manifest.
+            Tells Maven to add extension information to the jar manifest.
             This can cause some applications to break, so it has been disabled by default.
-            Set to 'true' to enable extension information.
+            Set to <code>true</code> to enable extension information.
           </td>
         </tr>
         <tr>
@@ -111,7 +115,7 @@
           <td>Yes</td>
           <td>
             Specifies the Main-Class attribute for your manifest. If not set,
-            no MainClass attribute will be added to the manifest.
+            no Main-Class attribute will be added to the manifest.
           </td>
         </tr>
         <tr>
@@ -136,20 +140,20 @@
 ]]></source>
             section of your
             <a href="http://maven.apache.org/reference/project-descriptor.html">
-            project descriptor</a>
+            project descriptor</a>.
           </td>
         </tr>
         <tr>
 		  <td>maven.jar.compress</td>
 		  <td>Yes</td>
-		  <td>Not only store data but also compress them, defaults to true.</td>
+		  <td>Not only store data but also compress them, defaults to <code>true</code>.</td>
         </tr>
         <tr>
           <td>maven.jar.source.path</td>
           <td>Yes</td>
           <td>
             The location of the source code within the jar, if included.
-            The default value is <code>src</code>
+            The default value is <code>src</code>.
           </td>
         </tr>
       </table>
@@ -161,14 +165,14 @@
           <td>maven.repo.central</td>
           <td>Yes</td>
           <td>
-            Central repository for maven artifacts
+            Central repository for maven artifacts.
           </td>
         </tr>
         <tr>
           <td>maven.repo.central.directory</td>
           <td>Yes</td>
           <td>
-            Directory to deploy jars into on the remote repository
+            Directory to deploy jars into on the remote repository.
           </td>
         </tr>
         <tr>
@@ -176,21 +180,22 @@
           <td>Yes</td>
           <td>
             The local repository to store maven artifacts, including jar file 
-            dependencies
+            dependencies.
           </td>
         </tr>
         <tr>
           <td>maven.username</td>
           <td>Yes</td>
           <td>
-            This is the user name used to log in to the remote repository
+            This is the user name used to log in to the remote repository.
           </td>
         </tr>
         <tr>
           <td>maven.remote.group</td>
           <td>Yes</td>
           <td>
-            The name of the Unix group that should own deployed artifacts. Default to maven
+            The name of the Unix group that should own deployed artifacts.
+            Defaults to <code>maven</code>.
           </td>
         </tr>
       </table>
@@ -201,7 +206,7 @@
         <tr>
           <td>maven.build.dest</td>
           <td>Yes</td>
-          <td>The directory for compiled classes</td>
+          <td>The directory for compiled classes.</td>
         </tr>
         <tr>
           <td>maven.build.dir</td>
@@ -221,7 +226,7 @@
             This property holds the Ant <code>path</code> of all the dependent jar
             files listed in the <code>dependencies</code> block of your 
             <a href="http://maven.apache.org/reference/project-descriptor.html">
-            project descriptor</a>
+            project descriptor</a>.
           </td>
         </tr>
         <tr>
@@ -229,14 +234,14 @@
           <td>Yes</td>
           <td>
             Usually this property is set to <code>${project.id}-${project.currentVersion}</code>
-            but the snapshot goal overwrites it to be the snapshot signature
+            but the snapshot goal overwrites it to be the snapshot signature.
           </td>
         </tr>
         <tr>
           <td>user.name</td>
           <td>Yes</td>
           <td>
-            Used by the <code>java:jar</code> goal as the default value of the
+            Used by the <code>jar:jar</code> goal as the default value of the
             <code>Built-By</code> attribute of the manifest if one is not specified.
           </td>
         </tr>

