You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Beyer,Nathan" <NB...@CERNER.COM> on 2006/08/24 22:46:40 UTC

[m2][javadoc] How does one get 'doc-files' support to work?

I have the javadoc plugin configured in my reports as follows and I have
'doc-files' folder in one of my 'resources' folders, but the doc-files
aren't showing up with the javadoc. The javadoc folders do contain
'doc-files' folders, but they are empty. Am I doing something wrong? Do
the 'doc-files' folders need to be elsewhere? Thanks.

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <charset>UTF-8</charset>
                    <docencoding>UTF-8</docencoding>
                    <docfilessubdirs>true</docfilessubdirs>
                    <links>
 
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
                    </links>
                    <source>1.5</source>
                    <show>protected</show>
                </configuration>
            </plugin>

-Nathan




-----------------------------------------
CONFIDENTIALITY NOTICE This message and any included attachments
are from Cerner Corporation and are intended only for the
addressee. The information contained in this message is
confidential and may constitute inside or non-public information
under international, federal, or state securities laws.
Unauthorized forwarding, printing, copying, distribution, or use of
such information is strictly prohibited and may be unlawful. If you
are not the addressee, please promptly delete this message and
notify the sender of the delivery error by e-mail or you may call
Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1)
(816)221-1024. -------------------------------------------