Skip to content

Commit

Permalink
[MPOM-353] Use standard value for ignoreFailures at m-invoker-p
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 23, 2022
1 parent d169699 commit ac9baf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions maven-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit ac9baf1

Please sign in to comment.