option overwrite:=true
----------------------
Key: SLING-859
URL: https://issues.apache.org/jira/browse/SLING-859
Project: Sling
Issue Type: Bug
Components: JCR Contentloader
Environment: MS Windows XP, intel core 2 duo
Reporter: Vladislav Krejcirik
I have this in my pom.xml:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Sling-Initial-Content>
initial-content;overwrite:=true
</Sling-Initial-Content>
</instructions>
</configuration>
</plugin>
But if I reinstall bundle I have still old files in Sling.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.