Carsten Ziegeler created SLING-10076:
----------------------------------------
Summary: Make sure no files are written during lifecycle
participant run
Key: SLING-10076
URL: https://issues.apache.org/jira/browse/SLING-10076
Project: Sling
Issue Type: Improvement
Components: Maven Plugins and Archetypes
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: slingfeature-maven-plugin 1.4.24
The lifecycle participant runs before anything else, even before the phase
goal, therefore it must not write files to the target directory as those might
be wiped out during the clean phase.
We initially made sure that no files are written, but the code has grown over
time, with new features and functionality being added and this issue is simply
to verify that we are still following the rules
--
This message was sent by Atlassian Jira
(v8.3.4#803005)