I want to produce selective javadoc in a project where we are in the
process of defining what is SPI.  The packages containing SPI are
currently distributed amongst the projects in a non-ideal way.

I have tried using the excludePackageNames config element, but it
seems to be failing to handle the large number of packages I want to
exclude.  I have over 100 packages to exclude, and wildcards in the
excludePackageNames value will not reduce the the string length of
this value considerably.

I looked for documentation to clarify excludePackageNames, but did not
find what I need, so I experimented [1] and found that
a) if multiple excludePackageNames elements are included in the config
then only the last value takes effect
b) the value of the excludePackageNames element can not be split over
multiple lines

Is this what you would expect?
Are there other ways of configuring this plugin for selective javadoccing?

[1] https://svn.apache.org/repos/asf/tuscany/sandbox/kgoodson/testroot/

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

Reply via email to