Hello
After having experimenting a dozen potential solutions (all have
failed), I've found where it is blocking. Currently, maven and continuum
are running on a separate server from our dev team. This server also
hosts generated web site by Maven, but acess is secured by the admin in
IIS. So, to get to one project's site, we have to authentificate
ourself. As I put the APIs docs on this server in another virtual
directory, acess to the api docs is also requiring the same
authentification, which maven can not produce.
If I point the api docs to sun website or to my machine test web
server, everything is ok, but if I'm poiting inside the build server,
links are gone. I think I will need to investigate in IIS doc to know if
I can make a specific directory be unsecure to be accessed by everyone...
Thomas
Maria Odea Ching a écrit :
Hi Thomas,
What version of the plugin are you using?
I don't see anything wrong with your configuration below..
Thanks,
Odea
Thomas Cornet wrote:
Hello. I have a problem with javadoc report. I would like to include
links to existing javadocs to make it easier to crawl into
documentations. In order to do this, I've put some api docs on my
local build server which is also hosting maven. Then I configure my
parent POM as this :
...
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>512</maxmemory>
<links>
<link>http://localserver/docs/apis/joda-time-1.2.1/</link>
<link>http://localserver/docs/apis/jse-5.0/</link>
</links>
</configuration>
</plugin>
...
I've checked the URL and they are OK, the parent POM is correctly
building (no parse error) but when I'm building a child project which
inherits this POM, then I see that no link has been created, there is
always those plain text as 'java.lang.String' and so on. Any hints
about what i've missed ??
Thomas
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]