And the javadoc still comes up. Bummer.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



Daniel Rabe <[EMAIL PROTECTED]> wrote on 25/11/2003 01:43:48 PM:

> Yes, but then the javadoc report doesn't appear in the "Project Reports"
> (what I was calling the table of contents).
> 
> --DanR
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 24, 2003 7:28 PM
> To: Maven Users List
> Subject: Re: Overriding javadoc goals
> 
> 
> Can you de-register the javadoc report?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> Daniel Rabe <[EMAIL PROTECTED]> wrote on 25/11/2003 12:55:10 PM:
> 
> > I'm trying to make maven coexist peacefully with ant, and not having
> much
> > luck.
> > 
> > I'd like to use maven just for the website generation. I already have
> ant
> > files that compile, run junit, run javadoc, etc. Our developers all 
> > use
> ant,
> > and know how to maintain the ant build files. Please don't tell me not
> to
> > use ant -- that just isn't going to be a reality on this project!
> > 
> > In this particular case, I'd like to use ant to run javadoc, and use
> maven
> > to build the web site. I run my ant script to generate the javadoc to
> the
> > expected directory (./target/docs/apidocs, with a report in 
> > ./target/javadocs/report.txt). My project.xml contains: <reports>
> >    ...
> >    <report>maven-junit-report-plugin</report>
> > </reports>
> > That way the web site will have the junit link in its table of 
contents.
> > 
> > My maven.xml contains:
> > <goal name="javadoc:generate"/>
> > I was hoping this would prevent the javadoc plugin from running
> javadoc...
> > but it doesn't. It runs javadoc, overwriting what I did with ant. Is
> there
> > any way around this?
> > 
> > Thanks,
> > Daniel Rabe
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to