Re: Select classes to Javadoc

2008-10-20 Thread Chris
The reason we need to do it is that this a closed-source, proprietary product and we'd prefer not to give away all of the internals of the system. It's not practical to remove all classes we don't want to document from the "public" packages. The other reason we don't want to document some class

RE: Re: Select classes to Javadoc

2008-10-20 Thread Okken,Brett
TECTED] On Behalf Of Chris Sent: Monday, October 20, 2008 1:53 PM To: users@maven.apache.org Subject: Re: Select classes to Javadoc >> How do I get the javadoc plugin to do only certain classes? >> >> The Ant javadoc task does it by letting you pass in a . I can't &

Re: Select classes to Javadoc

2008-10-20 Thread Wayne Fay
As always with things like this, I have to ask, why do want to only run Javadoc on certain classes? Javadoc does not take *that* long to run unless you have a TON of classes in your project, and Maven works better with many small groups of classes than it does with one huge project. Unless perhaps

Re: Select classes to Javadoc

2008-10-20 Thread Geoffrey Wiseman
On Sun, Oct 19, 2008 at 5:38 PM, Chris <[EMAIL PROTECTED]> wrote: > How do I get the javadoc plugin to do only certain classes? > > The Ant javadoc task does it by letting you pass in a . I can't > find the equivalent in Maven. > The Javadoc plugin has pretty limited examples, but it looks like y

Re: Select classes to Javadoc

2008-10-20 Thread Chris
>> How do I get the javadoc plugin to do only certain classes? >> >> The Ant javadoc task does it by letting you pass in a . I can't >> find the equivalent in Maven. Martin Gainty wrote: take a look at maven-javadoc-plugin http://maven.apache.org/plugins/maven-javadoc-plugin/ Here is an exam

RE: Select classes to Javadoc

2008-10-19 Thread Martin Gainty
within this transmission. > To: users@maven.apache.org > From: [EMAIL PROTECTED] > Subject: Select classes to Javadoc > Date: Sun, 19 Oct 2008 16:38:49 -0500 > > How do I get the javadoc plugin to do only certain classes? > > The Ant javadoc task does it by letting you pas

Select classes to Javadoc

2008-10-19 Thread Chris
How do I get the javadoc plugin to do only certain classes? The Ant javadoc task does it by letting you pass in a . I can't find the equivalent in Maven. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-