Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: extra-enforcer-rules-1.0-alpha-2
-
Fix Version/s: extra-enforcer-rules-1.0-alpha-4
-
Component/s: extra-enforcer-rules
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In MOJO-1731, BanDuplicateClasses was modified to skip artifacts of type pom. However, it really only makes sense to process jars. war, ear and rar artifacts might be openable as jars, but there is no real point, since classes are not located at the top level. More troublesome are other (non-standard) artifact types such as rpm.
Activity
Ian Robertson
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | mojo-1775.patch [ 57589 ] |
Robert Scholte
made changes -
| Summary | BanDuplciateClasses should skip any artifacts not of type jar | BanDuplicateClasses should skip any artifacts not of type jar |
Baptiste Mathus
made changes -
| Assignee | Baptiste Mathus [ baptiste ] |
Baptiste Mathus
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | extra-enforcer-rules-1.0-alpha-4 [ 18450 ] | |
| Resolution | Fixed [ 1 ] |
Patch attached.