I neglected to mention two things.
1. The patch also triggers the "failed to validate" flag if a required
dependency could not be download for *whatever* reason, not just being a
non-distributable jar.
2. I forgot the doc part of the patch. Sorry Pete. The patch to
properties.xml is attached.
Glenn McAllister
SOMA Networks, Inc.
Index: xdocs/properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/properties.xml,v
retrieving revision 1.14
diff -u -r1.14 properties.xml
--- xdocs/properties.xml 29 Apr 2002 19:27:24 -0000 1.14
+++ xdocs/properties.xml 30 Apr 2002 13:18:55 -0000
@@ -104,11 +104,13 @@
<td>maven.repo.remote</td>
<td>Yes</td>
<td>
- Specifies the URL to a central JAR repository that is used
- when the <a
href="build-file.html#maven:verify-project">maven:verify-project</a>
- target is invoked (this target is not normally invoked
- directly by users as its invoked automatically by Maven upon
- every invocation). The default value of this property is <a
+ Specifies the a comma separated list of URLs to one or more
+ central JAR repositories that is used
+ when the <a href="build-file.html#maven:verify-project">
+ maven:verify-project</a> target is invoked (this target is not
+ normally invoked directly by users as its invoked automatically
+ by Maven upon every invocation) to retrieve required dependencies.
+ The default value of this property is <a
href="http://jakarta.apache.org/turbine/jars/">http://jakarta.apache.org/turbine/jars</a>.
</td>
</tr>