[EMAIL PROTECTED] wrote on Tuesday, December 12, 2006 1:30 AM: > Hi, > > I want to exclude classes in any package that matches this pattern: > *.impl.* > > In other words, any class in a subpackage (of any depth) of a package > called "impl" should not have JavaDocs generated. > > The docs seem to indicate that only 1 wildcard can be used > per package, > with the maven.javadoc.excludepackagenames property. > > Any ideas if this is true or how to get around it and achieve > my use case?
Separate multiple patterns with a colon. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
