From 172e3d7cbd0b41842e936f091bc12e6efd4b0d27 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 20 Jan 2005 11:54:15 +0000 Subject: [PATCH] doco for runtime attribute git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125760 13f79535-47bb-0310-9956-ffa450edef68 --- gump/xdocs/changes.xml | 3 +++ gump/xdocs/index.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/gump/xdocs/changes.xml b/gump/xdocs/changes.xml index 17cc9fa8..63088781 100644 --- a/gump/xdocs/changes.xml +++ b/gump/xdocs/changes.xml @@ -25,6 +25,9 @@ + Add the ability to specify the "runtime" attribute of a dependency using the + gump.runtime property + Pass ids to depends element also Change nag to use ${pom.name} instead of ${pom.artifactId} Add ASL 2.0 to the generated descriptor diff --git a/gump/xdocs/index.xml b/gump/xdocs/index.xml index 8f3bd896..d6270f49 100644 --- a/gump/xdocs/index.xml +++ b/gump/xdocs/index.xml @@ -85,6 +85,19 @@ ws-axis axis + ]]> +

+ Gump requires that you specify any dependency that is required at runtime. This is usually only + required if another project is depending on your project, and not declaring the dependency itself. + To enable runtime inheritence for a dependency, add the gump.runtime property: +

+ + commons-lang + commons-lang + 2.0 + + true + ]]>