take a look at 
maven-javadoc-plugin
http://maven.apache.org/plugins/maven-javadoc-plugin/

Here is an example
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
                <links>
                        <link>http://java.sun.com/j2ee/1.4.2/docs/api</link>

and this mechanism for configuring offline links

if  http://java.sun.com/j2se/1.4.2/docs/api unreachable try 
/opt/java-apidoc/j2sdk1.4.1/docs/api/
maven.javadoc.offlineLinks= \
  http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-apidoc/j2sdk1.4.1/docs/api/
HTH/
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> To: [email protected]
> From: [EMAIL PROTECTED]
> Subject: Select classes to Javadoc
> Date: Sun, 19 Oct 2008 16:38:49 -0500
> 
> How do I get the javadoc plugin to do only certain classes?
> 
> The Ant javadoc task does it by letting you pass in a <fileset>. I can't 
> find the equivalent in Maven.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
You live life beyond your PC. So now Windows goes beyond your PC.
http://clk.atdmt.com/MRT/go/115298556/direct/01/

Reply via email to