This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/invoker-properties in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit 83882d0452c7ae1ccddc8a461743f92dea278c0e Author: Stefan Seifert <[email protected]> AuthorDate: Tue Jan 27 12:28:51 2026 +0100 Add invoker.properties for integration tests --- 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
