Going into b9's javadoc plugin.jelly seems to reveal that a property maven.javadoc.links could do the trick. It should be a space or eol separated separated list of URLs... no offline.

Making these plugins in jelly is really an amazing thing ! It appears very very easy to me to adapt this jelly file using a similar approach as the jnlp plugin to read such things as apiUrl and offlineApi elements in the dependencies...

Maven is real cool !

Paul



On Vendredi, juil 18, 2003, at 02:28 Europe/Paris, [EMAIL PROTECTED] wrote:

Nope, not possible, but it sounds like a nice addition.

How about raising it as an improvement on Jira ( http://jira.codehaus.org
) for the Maven project.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Work: http://www.multitask.com.au



"Simon Matic Langford" <[EMAIL PROTECTED]> wrote on 18/07/2003
03:24:20 AM:


Hi

Is it possible to define an API location for a dependency so that the
generated javadocs can be linked to them, or even an offline location
for those behind a firewall?

e.g.

    <dependency>
      <id>batik</id>
      <version>1.5</version>
      <url>http://xml.apache.org/batik</url>
      <apiUrl>http://xml.apache.org/batik/javadoc/</apiURL>
      <offlineApi>etc/batik.packages</offlineApi>
    </dependency>

Thanks

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to