Hi,

this is the last one for today, I hope. :-)
I wonder, now that I have a List containing links to external Javadoc URLs, how to tell the Javadoc-Plugin about it.
Javadoc has a "link" property that accepts an ArrayList of external links.

Inside my custom plugin, I tried this:

project.getProperties().put("jlinks", aJdocLinks);

and this:
project.getModel().getProperties().put("jlinks", aJdocLinks);

After the plugin has executed, I tried to reference those properties in my POM, in the configuration section for the javadoc Plugin:
<links>${project.properties.jlinks}</links>

Turns out it doesn't work (surprise).
How would I go about this? Can't be that hard passing values to plugins?

Michael

--
Giniality AG - Michael Böckling; Steinenberg 21, CH-4051 Basel
P: +41 61 226 99 63 - F: +41 61 226 99 69
[EMAIL PROTECTED]; http://www.giniality.com/



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

Reply via email to