Hi,

I would like to extend the maven-javadoc-plugin to automatically create offline links to the modules within a multi-module build. It could work if all modules would use the same configuration of the plugin. How would I access the configuration of the javadoc-plugin inside the plugin itself for the modules ? For example:

ROOT
  pom.xml
  MODULE1
    pom.xml
  MODULE2
    pom.xml

If I put the configuration for the javadoc-plugin inside ROOT/pom.xml I could extend the plugin to automatically add an offline link from e.g. MODULE2 to MODULE1 since the plugin-configuration does not differ. If I would configure the plugin differently in MOULDE2/pom.xml than in ROOT/pom.xml (e.g. change the output directory) how would I retrieve this configuration when running the plugin in e.g. MODULE1 ? Is there some maven-plugin which already does this so that I could look at its sources as an example ?

--
Christian


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

Reply via email to