This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/remove-toLaunch in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit fb8cb1d37097de32566c37a5c35b4b690cae844c Author: Stefan Seifert <[email protected]> AuthorDate: Mon Nov 24 15:32:10 2025 +0100 cosmetic: Remove obsolete "toLaunch" config from ITs and README --- README.md | 2 -- src/it/empty-config-it/pom.xml | 2 -- src/it/feature-file-it/pom.xml | 2 -- src/it/simple-for-SLING-10956-it/pom.xml | 2 -- src/it/simple-it/pom.xml | 2 -- 5 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 0b736d0..6d7bc17 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ Configure the plugin as follows: <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches> - <toLaunch> - </toLaunch> </configuration> <executions> <execution> diff --git a/src/it/empty-config-it/pom.xml b/src/it/empty-config-it/pom.xml index 4ec73dd..39d3fef 100644 --- a/src/it/empty-config-it/pom.xml +++ b/src/it/empty-config-it/pom.xml @@ -67,8 +67,6 @@ <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches> - <toLaunch> - </toLaunch> </configuration> <executions> <execution> diff --git a/src/it/feature-file-it/pom.xml b/src/it/feature-file-it/pom.xml index 0f04f72..98edfb8 100644 --- a/src/it/feature-file-it/pom.xml +++ b/src/it/feature-file-it/pom.xml @@ -38,8 +38,6 @@ <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches> - <toLaunch> - </toLaunch> </configuration> <executions> <execution> diff --git a/src/it/simple-for-SLING-10956-it/pom.xml b/src/it/simple-for-SLING-10956-it/pom.xml index 8abba43..6ac3f0a 100644 --- a/src/it/simple-for-SLING-10956-it/pom.xml +++ b/src/it/simple-for-SLING-10956-it/pom.xml @@ -126,8 +126,6 @@ <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches> - <toLaunch> - </toLaunch> </configuration> <executions> <execution> diff --git a/src/it/simple-it/pom.xml b/src/it/simple-it/pom.xml index 903dd04..3dd192b 100644 --- a/src/it/simple-it/pom.xml +++ b/src/it/simple-it/pom.xml @@ -128,8 +128,6 @@ <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches> - <toLaunch> - </toLaunch> </configuration> <executions> <execution>
