On 7/11/05, Vincent Siveton <[EMAIL PROTECTED]> wrote: > Hi, > > > You can specify a <source> tag in the javadoc report configuration. > > > > See > > http://svn.apache.org/repos/asf/maven/components/trunk/maven- > > reports/maven-javadoc- > > plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java > > > > Not in the release but in SVN. > http://jira.codehaus.org/browse/MNG-561 > We're working on it. > > In the next release, you will be able to set all Javadoc options, for > instance in the pom.xml: > > <project> > ... > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > <configuration> > <minmemory>128m</minmemory> > <maxmemory>512</maxmemory> > ... > </configuration> > </plugin> > </plugins> > ... > </build> > ... > </project> >
Looks perfect, thanks. :-) Kind Regards, John Fallows. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]