Skip to content

Commit 8e95fa5

Browse files
authored
Merge pull request #1040 from hazendaz/master
Disable direct failsafe for now
2 parents 3e1c27a + e942ef5 commit 8e95fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2010-2025 the original author or authors.
2+
# Copyright 2010-2026 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@
303303
</execution>
304304
</executions>
305305
</plugin>
306-
-->
307306
<plugin>
308307
<groupId>org.apache.maven.plugins</groupId>
309308
<artifactId>maven-failsafe-plugin</artifactId>
@@ -316,6 +315,7 @@
316315
</execution>
317316
</executions>
318317
</plugin>
318+
-->
319319
</plugins>
320320
</build>
321321

0 commit comments

Comments
 (0)