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 b67cb64  Add invoker.properties for integration tests (#30)
b67cb64 is described below

commit b67cb645c2f6a15724878e9b192b91a8c4cd42a9
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Jan 27 12:39:25 2026 +0100

    Add invoker.properties for integration tests (#30)
---
 src/it/empty-config-it/invoker.properties           | 16 ++++++++++++++++
 src/it/feature-file-it/invoker.properties           | 16 ++++++++++++++++
 src/it/simple-for-SLING-10956-it/invoker.properties | 16 ++++++++++++++++
 src/it/simple-it/invoker.properties                 | 16 ++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/src/it/empty-config-it/invoker.properties 
b/src/it/empty-config-it/invoker.properties
new file mode 100644
index 0000000..1aa2d89
--- /dev/null
+++ b/src/it/empty-config-it/invoker.properties
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+invoker.goals=clean verify
\ No newline at end of file
diff --git a/src/it/feature-file-it/invoker.properties 
b/src/it/feature-file-it/invoker.properties
new file mode 100644
index 0000000..1aa2d89
--- /dev/null
+++ b/src/it/feature-file-it/invoker.properties
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+invoker.goals=clean verify
\ No newline at end of file
diff --git a/src/it/simple-for-SLING-10956-it/invoker.properties 
b/src/it/simple-for-SLING-10956-it/invoker.properties
new file mode 100644
index 0000000..1aa2d89
--- /dev/null
+++ b/src/it/simple-for-SLING-10956-it/invoker.properties
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+invoker.goals=clean verify
\ No newline at end of file
diff --git a/src/it/simple-it/invoker.properties 
b/src/it/simple-it/invoker.properties
new file mode 100644
index 0000000..1aa2d89
--- /dev/null
+++ b/src/it/simple-it/invoker.properties
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+invoker.goals=clean verify
\ No newline at end of file

Reply via email to