This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-353 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit 793ddba58aa9332d9857220e17c26e38265884b7 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sun Oct 23 13:27:07 2022 +0200 [MPOM-353] Use standard value for ignoreFailures at m-invoker-p --- maven-extensions/pom.xml | 2 -- maven-plugins/pom.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml index b8c49f3..aec35bb 100644 --- a/maven-extensions/pom.xml +++ b/maven-extensions/pom.xml @@ -176,7 +176,6 @@ under the License. <!-- when testing with JDK9, change these values to 1.6 from cmdline --> <invoker.maven.compiler.source>${maven.compiler.source}</invoker.maven.compiler.source> <invoker.maven.compiler.target>${maven.compiler.target}</invoker.maven.compiler.target> - <maven.it.failure.ignore>false</maven.it.failure.ignore> </properties> <build> <plugins> @@ -200,7 +199,6 @@ under the License. <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central --> <https.protocols>${https.protocols}</https.protocols> </properties> - <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures> </configuration> <executions> <execution> diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 4b8cf53..bfb7684 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -218,7 +218,6 @@ under the License. <!-- when testing with JDK9, change these values to 1.6 from cmdline --> <invoker.maven.compiler.source>${maven.compiler.source}</invoker.maven.compiler.source> <invoker.maven.compiler.target>${maven.compiler.target}</invoker.maven.compiler.target> - <maven.it.failure.ignore>false</maven.it.failure.ignore> </properties> <build> <plugins> @@ -242,7 +241,6 @@ under the License. <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central --> <https.protocols>${https.protocols}</https.protocols> </properties> - <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures> </configuration> <executions> <execution>
