Found the solution, there was a typo in my code. If the javadoc plugin people are interested, I am more then willing to share my code.
Usage: put this in your project.properties: maven.javadoc.mode.proxy.online=true maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/,http://jakarta.apache.org/commons/lang/api/ My modifications will use the values in: maven.proxy.host, maven.proxy.name, maven.proxy.user and maven.proxy.password to download the package-list files locally. Then a maven.javadoc.offlineLinks property is created on the fly, so there will be online links in the generated javadoc, using the offline package-list files already downloaded. regards, Wim On 4/19/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > On 4/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > > > the feature is apparently not supported for the moment : > > http://jira.codehaus.org/browse/MPJAVADOC-34 for details > > > > I know, my code is an attempt to solve this issue. However it does not > seem to work 100% yet. The package-list files get downloaded through > the proxy, but the javadoc task is not using them so it seems. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
