Hi, You can store the extra set of javadocs in a site, and link your javadocs with use maven.javadoc.links Check javadoc plugin.
maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://jakarta. apache.org/commons/lang/api/ Regards Carlos Sanchez A Coru�a, Spain Oness Project http://oness.sourceforge.net > -----Original Message----- > From: Mike Cassisa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 6:50 PM > To: Maven Users List > Subject: How do I add a sub website to the Maven website? > > I have an extra set of javadocs that come from a third party > and relate to my maven project. When I generate my site it > generates javadocs from the project source code as expected > but unfortunately the source code is generated from wslds > using wsdl2java, from the axis project. In any event we > receive wsdl updates periodically from a vendor and they > include the javadocs from their project source files, used to > generate the wsdls minus comments. > > > > What I would like to do is include their javadocs in the > projects site when I generate it: i.e. when I receive > updates. I am not familiar with xdocs and am a maven newbie. > > Thanks, > > > > Mike Cassisa > > Software Engineer > > Cricket Communications > > 10307 Pacific Center Court > > San Diego, CA 92121 > > 858-882-6096 Office > > > > Computer Science is the discipline that believes all > > problems can be solved with one more layer of indirection. > > -Dennis DeBruler > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
