[
https://issues.apache.org/jira/browse/SLING-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Pauls resolved SLING-8488.
-------------------------------
Resolution: Fixed
Done in 9d7072c..3c697e5
> Slingstart maven plugin DependencyLifecycleParticipant needs to clean
> target/processed dir
> ------------------------------------------------------------------------------------------
>
> Key: SLING-8488
> URL: https://issues.apache.org/jira/browse/SLING-8488
> Project: Sling
> Issue Type: Bug
> Components: Maven Plugins and Archetypes
> Affects Versions: Slingstart Maven Plugin 1.8.2
> Reporter: Karl Pauls
> Assignee: Karl Pauls
> Priority: Major
> Fix For: Slingstart Maven Plugin 1.8.4
>
>
> The DependencyLifecycleParticipant runs before the clean if someone is to
> invoke mvn clean install. That is fine, however, it invokes the
> FeatureModelConverter to convert features into provisioning files. If that
> has happend before, the convert will use the old cached results instead of
> converting again.
> The fix should be easy, we have to delete the target/processed dir in the
> DependencyLifecycleParticipant manually to make sure we are not running on
> stale models.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)