Not sure why its not working for you.

Try "mvn -X javadoc:javadoc" and see what happens. You might to do
"mvn clean" first to clean up target.

Also, how are you sure that "nothing is generated"? Where did you look
for output?

Wayne

On 8/22/07, Alexander Sack <[EMAIL PROTECTED]> wrote:
> Weird I tried before I SWEAR and it didn't work.  Now it generates the
> javadoc.  Thanks Wayne.  Alright, so why doens't javadoc:javadoc work?  I
> really only want to generate that report for my project?
>
> -aps
>
> On 8/22/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
> >
> > Try mvn site.
> >
> > Wayne
> >
> > On 8/22/07, Alexander Sack <[EMAIL PROTECTED]> wrote:
> > > I'm trying to generate javadoc using maven instead of ant and nothing
> > seems
> > > to be working.  I have a project like so:
> > >
> > > Project
> > > pom
> > >     Mod 1
> > >     pom-mod1.xml
> > >    Mod 2
> > >    pom-mod2.xml
> > > etc.
> > >
> > > I just want to generate javadoc for Mod1.  Now I tried adding under a
> > > <reporting> section the javadoc plugin defintion (artifact, group ,etc.)
> > to
> > > the global pom and the individual pom with no success.
> > >
> > > When I run:
> > >
> > > mvn javadoc:javadoc
> > >
> > > It downloads the plugin, kickstarts velocity and nothing is
> > generated.  What
> > > else do I need to do to get this to work?  Consulting the Javadoc pages
> > > didn't really give me any obvious answers.  Its claims there are no
> > goals
> > > for each module and claims it was skipping.  This must be something very
> > > basic but I'm clueless rightnow.
> > >
> > > Any help would come much appreciated,
> > >
> > > -aps
> > >
> > > --
> > > "What lies behind us and what lies in front of us is of little concern
> > to
> > > what lies within us." -Ralph Waldo Emerson
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> "What lies behind us and what lies in front of us is of little concern to
> what lies within us." -Ralph Waldo Emerson
>

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

Reply via email to