Skip to content

Commit 26ae10d

Browse files
committed
Remove outdated invoker conditions
1 parent cd72eaa commit 26ae10d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

maven-failsafe-plugin/src/it/jetty-war-test-failing/invoker.properties

-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@
1717
# under the License.
1818
#
1919
invoker.buildResult=failure
20-
21-
# build project if JRE version is 1.7 or higher
22-
invoker.java.version = 1.7+

maven-failsafe-plugin/src/it/jetty-war-test-passing/invoker.properties

-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@
1717
# under the License.
1818
#
1919
invoker.buildResult=success
20-
21-
# build project if JRE version is 1.7 or higher
22-
invoker.java.version = 1.7+

maven-failsafe-plugin/src/it/multiple-summaries-failing/invoker.properties

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
# under the License.
1818
#
1919
invoker.buildResult=failure
20+

0 commit comments

Comments
 (0)