Stefan Seifert created SLING-13075:
--------------------------------------
Summary: feature-launcher-maven-plugin: Provide attached artifacts
of current Maven build to launcher
Key: SLING-13075
URL: https://issues.apache.org/jira/browse/SLING-13075
Project: Sling
Issue Type: Improvement
Components: Feature Model
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Fix For: Feature Launcher Maven Plugin 1.0.4
as discussed in
https://lists.apache.org/thread/dcogmzq40cknj5sxxbmj2yjlbsjvkcfp, there is
currently a problem using the feature launcher maven plugin to run a sling
instance for integration test in a single POM scenario - artifacts attached to
the current build and not yet stored in the local maven repo are not available
to the feature launcher when running the ITs, as the the "install" phase takes
place after the "integration-test" phase in maven.
as a solution, we create a temporary directory before starting the feature
launcher, store all attached artifacts there in maven2 repo layout, pass this
as additional repository to the feature launcher, and remove it again when the
launcher is stopped.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)