Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8
-
Fix Version/s: 2.8.1
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The plugin creates temporary command line argument files (@file) in the output directory without removing them prior to e.g. site deployment. Please replace 'File.deleteOnExit' with 'File.delete'.
Activity
Christian Schulte
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MJAVADOC-336.patch [ 58312 ] |
John Casey
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | John Casey [ jdcasey ] | |
| Fix Version/s | 2.8.1 [ 17354 ] | |
| Resolution | Fixed [ 1 ] |
Patch replacing 'File.deleteOnExit' with 'File.delete'. Applying this patch, 'mvn clean install -Prun-its' still succeeds for me.