This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5cd8e9b cosmetic: Remove obsolete "toLaunch" config from ITs and
README (#23)
5cd8e9b is described below
commit 5cd8e9b74f75e629adebf94126597746053f43c1
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Nov 24 15:40:15 2025 +0100
cosmetic: Remove obsolete "toLaunch" config from ITs and README (#23)
---
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>