From a3b1c49e7988d87f571d72bc594a002f4fc33208 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 22 Feb 2006 23:34:41 +0000 Subject: [PATCH] PR: MPJAR-47 Remove unused properties from documentation. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379982 13f79535-47bb-0310-9956-ffa450edef68 --- jar/xdocs/changes.xml | 1 + jar/xdocs/properties.xml | 58 ---------------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index aa0a2e38..2fcf2d13 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -25,6 +25,7 @@ + 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. - -