+ Remove unused properties from documentation.Document need for jar.manifest.classpath property.Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml
index a67c863e..61aa3bf5 100644
--- a/jar/xdocs/properties.xml
+++ b/jar/xdocs/properties.xml
@@ -37,23 +37,6 @@
Defaults to ${maven.final.name}.jar.
-
-
maven.has.jar.resource.patterns
-
Yes
-
- This is a calculated property based on the value of the
-
-
-
-
-]]>
- section of your
-
- project descriptor. If there are includes or excludes
- elements, this property will be set to true.
-
-
maven.jar.excludes
Yes
@@ -71,14 +54,6 @@
The default value is null.
-
-
maven.jar.include.source
-
Yes
-
- Whether the source should be included in the jar.
- The default value is false.
-
-
maven.jar.index
Yes
@@ -126,44 +101,11 @@
no Main-Class attribute will be added to the manifest.
-
-
maven.jarResources.basedir
-
Yes
-
- The base directory from which resources to be included in a jar can be found.
- Defaults to the base directory of the project.
-
-
-
-
maven.jar.resources.set
-
Yes
-
- This is the Ant patternset of all the includes and
- excludes from the
-
-
-
-
-]]>
- section of your
-
- project descriptor.
-
-
maven.jar.compress
Yes
Not only store data but also compress them, defaults to true.
-
-
maven.jar.source.path
-
Yes
-
- The location of the source code within the jar, if included.
- The default value is src.
-