maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-847] attachmentClassifier shouldn't throw exception

Open jira-importer opened this issue 8 years ago • 0 comments

David Hoffer opened MASSEMBLY-847 and commented

We want to use this plugin to generate a zip of all the javadoc binaries in the reactor so we set attachmentClassifier to javadocs. This would work perfect except it throws an exception every time it can't find a javadoc artifact. There are lots of modules, ears, wars, pom/resource type modules that generally do not have any javadocs. This means we have to add an exclude item for each one of them. This has become unmanageable as one has to remember to add to the exclude list every time a new module like this is created.

This plugin should be changed so that it does not throw if some are missing. If this behavior needs to be configurable that is fine.


No further details from MASSEMBLY-847

jira-importer avatar Jan 26 '17 21:01 jira-importer