You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Todd Thiessen <th...@nortel.com> on 2009/02/04 18:10:25 UTC

Jar Aggregate javadoc

I have benn looking through the archives but can't find out how to
generate a jar of the aggregate javadoc in a multi-module project. It
seems this is a limitation.

Is there any way at all to do this?

---
Todd Thiessen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Jar Aggregate javadoc

Posted by Todd Thiessen <th...@nortel.com>.
I have figured out how to do this using the assembly plugin and have
added the procedure to the JIRA.

---
Todd Thiessen
 

> -----Original Message-----
> From: Thiessen, Todd (BVW:9T16) 
> Sent: Wednesday, February 04, 2009 1:12 PM
> To: Maven Users List
> Subject: RE: Jar Aggregate javadoc
> 
> Jira create. Please vote... ;-)
> 
> http://jira.codehaus.org/browse/MJAVADOC-225
> 
> ---
> Todd Thiessen
>  
> 
> > -----Original Message-----
> > From: Thiessen, Todd (BVW:9T16)
> > Sent: Wednesday, February 04, 2009 12:49 PM
> > To: Maven Users List
> > Subject: RE: Jar Aggregate javadoc
> > 
> > Thanks Nick. I am starting to look at the assembly plugin to do the 
> > work.  I will also look into creating a Jira.
> > 
> > ---
> > Todd Thiessen
> >  
> > 
> > > -----Original Message-----
> > > From: Nick Stolwijk [mailto:nick.stolwijk@gmail.com]
> > > Sent: Wednesday, February 04, 2009 12:47 PM
> > > To: Maven Users List
> > > Subject: Re: Jar Aggregate javadoc
> > > 
> > > It seems there is no aggregate-jar goal, and I couldn't find any 
> > > requests for this in the Jira [1]
> > > 
> > > Long term solution:
> > > Add a feature request in Jira (and maybe start coding it. ;) )
> > > 
> > > Short term solution:
> > > Use Maven Assembly Plugin to jar the files in the target/apidocs
> > > 
> > > Or do both. :)
> > > 
> > > Hth,
> > > 
> > > [1] http://jira.codehaus.org/browse/MJAVADOC
> > > 
> > > Nick Stolwijk
> > > ~Java Developer~
> > > 
> > > Iprofs BV.
> > > Claus Sluterweg 125
> > > 2012 WS Haarlem
> > > www.iprofs.nl
> > > 
> > > 
> > > 
> > > On Wed, Feb 4, 2009 at 6:14 PM, Todd Thiessen 
> <th...@nortel.com>
> > > wrote:
> > > > I am looking to "jar" the aggregated javadoc.
> > > >
> > > > Thanks though.
> > > >
> > > > ---
> > > > Todd Thiessen
> > > >
> > > >
> > > >> -----Original Message-----
> > > >> From: Antonio Petrelli [mailto:antonio.petrelli@gmail.com]
> > > >> Sent: Wednesday, February 04, 2009 12:13 PM
> > > >> To: Maven Users List
> > > >> Subject: Re: Jar Aggregate javadoc
> > > >>
> > > >> 2009/2/4 Todd Thiessen <th...@nortel.com>:
> > > >> > I have benn looking through the archives but can't find
> > > out how to
> > > >> > generate a jar of the aggregate javadoc in a multi-module
> > > >> project. It
> > > >> > seems this is a limitation.
> > > >> >
> > > >> > Is there any way at all to do this?
> > > >>
> > > >> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/
> > > >> aggregate.html
> > > >>
> > > >> Antonio
> > > >>
> > > >> 
> > > 
> > 
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > >> For additional commands, e-mail: users-help@maven.apache.org
> > > >>
> > > >>
> > > >
> > > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Jar Aggregate javadoc

Posted by Todd Thiessen <th...@nortel.com>.
Jira create. Please vote... ;-)

http://jira.codehaus.org/browse/MJAVADOC-225

---
Todd Thiessen
 

> -----Original Message-----
> From: Thiessen, Todd (BVW:9T16) 
> Sent: Wednesday, February 04, 2009 12:49 PM
> To: Maven Users List
> Subject: RE: Jar Aggregate javadoc
> 
> Thanks Nick. I am starting to look at the assembly plugin to 
> do the work.  I will also look into creating a Jira.
> 
> ---
> Todd Thiessen
>  
> 
> > -----Original Message-----
> > From: Nick Stolwijk [mailto:nick.stolwijk@gmail.com]
> > Sent: Wednesday, February 04, 2009 12:47 PM
> > To: Maven Users List
> > Subject: Re: Jar Aggregate javadoc
> > 
> > It seems there is no aggregate-jar goal, and I couldn't find any 
> > requests for this in the Jira [1]
> > 
> > Long term solution:
> > Add a feature request in Jira (and maybe start coding it. ;) )
> > 
> > Short term solution:
> > Use Maven Assembly Plugin to jar the files in the target/apidocs
> > 
> > Or do both. :)
> > 
> > Hth,
> > 
> > [1] http://jira.codehaus.org/browse/MJAVADOC
> > 
> > Nick Stolwijk
> > ~Java Developer~
> > 
> > Iprofs BV.
> > Claus Sluterweg 125
> > 2012 WS Haarlem
> > www.iprofs.nl
> > 
> > 
> > 
> > On Wed, Feb 4, 2009 at 6:14 PM, Todd Thiessen <th...@nortel.com> 
> > wrote:
> > > I am looking to "jar" the aggregated javadoc.
> > >
> > > Thanks though.
> > >
> > > ---
> > > Todd Thiessen
> > >
> > >
> > >> -----Original Message-----
> > >> From: Antonio Petrelli [mailto:antonio.petrelli@gmail.com]
> > >> Sent: Wednesday, February 04, 2009 12:13 PM
> > >> To: Maven Users List
> > >> Subject: Re: Jar Aggregate javadoc
> > >>
> > >> 2009/2/4 Todd Thiessen <th...@nortel.com>:
> > >> > I have benn looking through the archives but can't find
> > out how to
> > >> > generate a jar of the aggregate javadoc in a multi-module
> > >> project. It
> > >> > seems this is a limitation.
> > >> >
> > >> > Is there any way at all to do this?
> > >>
> > >> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/
> > >> aggregate.html
> > >>
> > >> Antonio
> > >>
> > >> 
> > 
> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > >> For additional commands, e-mail: users-help@maven.apache.org
> > >>
> > >>
> > >
> > > 
> > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Jar Aggregate javadoc

Posted by Todd Thiessen <th...@nortel.com>.
Thanks Nick. I am starting to look at the assembly plugin to do the
work.  I will also look into creating a Jira.

---
Todd Thiessen
 

> -----Original Message-----
> From: Nick Stolwijk [mailto:nick.stolwijk@gmail.com] 
> Sent: Wednesday, February 04, 2009 12:47 PM
> To: Maven Users List
> Subject: Re: Jar Aggregate javadoc
> 
> It seems there is no aggregate-jar goal, and I couldn't find 
> any requests for this in the Jira [1]
> 
> Long term solution:
> Add a feature request in Jira (and maybe start coding it. ;) )
> 
> Short term solution:
> Use Maven Assembly Plugin to jar the files in the target/apidocs
> 
> Or do both. :)
> 
> Hth,
> 
> [1] http://jira.codehaus.org/browse/MJAVADOC
> 
> Nick Stolwijk
> ~Java Developer~
> 
> Iprofs BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> www.iprofs.nl
> 
> 
> 
> On Wed, Feb 4, 2009 at 6:14 PM, Todd Thiessen 
> <th...@nortel.com> wrote:
> > I am looking to "jar" the aggregated javadoc.
> >
> > Thanks though.
> >
> > ---
> > Todd Thiessen
> >
> >
> >> -----Original Message-----
> >> From: Antonio Petrelli [mailto:antonio.petrelli@gmail.com]
> >> Sent: Wednesday, February 04, 2009 12:13 PM
> >> To: Maven Users List
> >> Subject: Re: Jar Aggregate javadoc
> >>
> >> 2009/2/4 Todd Thiessen <th...@nortel.com>:
> >> > I have benn looking through the archives but can't find 
> out how to 
> >> > generate a jar of the aggregate javadoc in a multi-module
> >> project. It
> >> > seems this is a limitation.
> >> >
> >> > Is there any way at all to do this?
> >>
> >> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/
> >> aggregate.html
> >>
> >> Antonio
> >>
> >> 
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Jar Aggregate javadoc

Posted by Nick Stolwijk <ni...@gmail.com>.
It seems there is no aggregate-jar goal, and I couldn't find any
requests for this in the Jira [1]

Long term solution:
Add a feature request in Jira (and maybe start coding it. ;) )

Short term solution:
Use Maven Assembly Plugin to jar the files in the target/apidocs

Or do both. :)

Hth,

[1] http://jira.codehaus.org/browse/MJAVADOC

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl



On Wed, Feb 4, 2009 at 6:14 PM, Todd Thiessen <th...@nortel.com> wrote:
> I am looking to "jar" the aggregated javadoc.
>
> Thanks though.
>
> ---
> Todd Thiessen
>
>
>> -----Original Message-----
>> From: Antonio Petrelli [mailto:antonio.petrelli@gmail.com]
>> Sent: Wednesday, February 04, 2009 12:13 PM
>> To: Maven Users List
>> Subject: Re: Jar Aggregate javadoc
>>
>> 2009/2/4 Todd Thiessen <th...@nortel.com>:
>> > I have benn looking through the archives but can't find out how to
>> > generate a jar of the aggregate javadoc in a multi-module
>> project. It
>> > seems this is a limitation.
>> >
>> > Is there any way at all to do this?
>>
>> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/
>> aggregate.html
>>
>> Antonio
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Jar Aggregate javadoc

Posted by Todd Thiessen <th...@nortel.com>.
I am looking to "jar" the aggregated javadoc.

Thanks though.

---
Todd Thiessen
 

> -----Original Message-----
> From: Antonio Petrelli [mailto:antonio.petrelli@gmail.com] 
> Sent: Wednesday, February 04, 2009 12:13 PM
> To: Maven Users List
> Subject: Re: Jar Aggregate javadoc
> 
> 2009/2/4 Todd Thiessen <th...@nortel.com>:
> > I have benn looking through the archives but can't find out how to 
> > generate a jar of the aggregate javadoc in a multi-module 
> project. It 
> > seems this is a limitation.
> >
> > Is there any way at all to do this?
> 
> http://maven.apache.org/plugins/maven-javadoc-plugin/examples/
> aggregate.html
> 
> Antonio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Jar Aggregate javadoc

Posted by Antonio Petrelli <an...@gmail.com>.
2009/2/4 Todd Thiessen <th...@nortel.com>:
> I have benn looking through the archives but can't find out how to
> generate a jar of the aggregate javadoc in a multi-module project. It
> seems this is a limitation.
>
> Is there any way at all to do this?

http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org