You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2019/06/13 11:05:00 UTC

[jira] [Created] (SLING-8488) Slingstart maven plugin DependencyLifecycleParticipant needs to clean target/processed dir

Karl Pauls created SLING-8488:
---------------------------------

             Summary: 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
             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)