Hello.

I am calling the javadoc plugin from within a pom.xml file like so :

 <build>
   <plugins>
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-javadoc-plugin</artifactId>
       <configuration>

<overview>c:\\working\\tuscany07252006\\java\\samples\\sdo\\src\\main\\java\\overview.html</overview>
       </configuration>
      </plugin>
   </plugins>
 </build>

I would like to specify a relative path to my project (
i.esrc\\main\java\\overview.html ) for the overview page.  However,
this does
not seem to be working.

How should I correctly specify an overview page when calling javadoc plugin
from within a pom.xml ?

thanks very much for the help,
Robbie



--
* * * Charlie * * *
Check out some pics of little Charlie at
http://www.flickr.com/photos/[EMAIL PROTECTED]/sets/

* * * Addresss * * *
1914 Overland Drive
Chapel Hill
NC 27517

* * * Number * * *
919-225-1553

Reply via email to