Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
-
None
-
xp
Description
<dependencySets>
<dependencySet>
<includes>
<include>some-groupId:some-artifactId</include>
</includes>
</dependencySet>
I have a descriptor that use lots of include statements. assembly plugin should error out when the specified dependency is not in the dependency list.
This will help to catch the error at packaging time rather eye balling the zip file.