Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.2-beta-2
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
If an archive file is configured with attach=false, the plugin will output the following warning because the underlying if-else is wrong:
[WARNING] Assembly file: <snip>.zip is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
The warning must be guarded with attach=true.
Attaching an updated patch to fix this issue rebased off latest trunk (now a one-liner).