On 6/10/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 6/10/06, Lyndon Washington <[EMAIL PROTECTED]> wrote:

> I saw from the javadoc-mojo page,
> http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html,
that
> there is a links tag which takes an ArrayList.  It also says that the
> Strings are comma separate.

I added an example to the wiki:
   http://docs.codehaus.org/display/MAVENUSER/Javadoc+Plugin

            <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <links>
                        <link>http://java.sun.com/j2se/1.4.2/docs/api
</link>

<link>http://jakarta.apache.org/commons/chain/apidocs</link>
                    </links>
                </configuration>
            </plugin>


Wendy and Dirk,

Thanks for the information, it is most appreciated.

Cheers,-Lyndon-

Reply via email to