In the jxr plugin, I see:
if ( !"pom".equals( getProject().getPackaging().toLowerCase() ) )
{
l.addAll( sourceDirs );
}This can't be good, can it? Isn't there some way to tell what are the classpath packagings? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
