On Wed, Mar 27, 2002 at 11:01:04AM -0700, [EMAIL PROTECTED] wrote: > -------------------------------------------------- > feature suggestion for dependencies > > add 'home page' and/or 'documentation' links to the dependencies list. > > for example: > > <dependency> > <name>jakarta-log4j</name> > <type>required</type> > <version>1.1.3</version> > <jar>log4j-1.1.3.jar</jar> > --> <homepage>http://jakarta.apache.org/log4j/</homepage> > --> <documentation>file:/my/local/copy/of/docs/</documentataion> > </dependency> > > then in the dependencies table, the name column can link to the home > page, and possibly add another column (or reuse a column) to point to > the documentation. > > This will be most useful for pointing to non-jakarta libraries since > jakarta already has easy to find documentation and is one of my > bookmarks.
Good idea. I have added the <homepage> element to the <dependency> element per your suggestion. Thanks!! I've also updated the documentation to reflect the change. The dependency table now includes a link if this element has been specified. You can see the new links that have been added to the dependency table here: http://jakarta.apache.org/turbine/maven/dependencies.html Thanks! Pete -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
