File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 31
31
<name >Apache Hadoop Assemblies</name >
32
32
<description >Apache Hadoop Assemblies</description >
33
33
34
- <properties >
35
- <failIfNoTests >false</failIfNoTests >
36
- </properties >
37
-
38
34
<build >
39
35
<plugins >
40
36
<plugin >
Original file line number Diff line number Diff line change 25
25
<description >Apache Hadoop Build Tools Project</description >
26
26
<name >Apache Hadoop Build Tools</name >
27
27
28
- <properties >
29
- <failIfNoTests >false</failIfNoTests >
30
- </properties >
31
28
<build >
32
29
<resources >
33
30
<resource >
Original file line number Diff line number Diff line change 33
33
<!-- Set the Release year during release -->
34
34
<release-year >2025</release-year >
35
35
36
- <failIfNoTests >false</failIfNoTests >
37
36
<!-- Whether to proceed to next module if any test failures exist-->
38
37
<maven .test.failure.ignore>true</maven .test.failure.ignore>
39
38
<maven .test.redirectTestOutputToFile>true</maven .test.redirectTestOutputToFile>
193
192
<maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
194
193
<maven-surefire-report-plugin .version>${maven-surefire-plugin.version} </maven-surefire-report-plugin .version>
195
194
<maven-failsafe-plugin .version>${maven-surefire-plugin.version} </maven-failsafe-plugin .version>
196
- <!--
197
- Surefire option to not fail a build if -Dtest=NAME doesn't find a
198
- test called NAME. This is needed when running integration tests through
199
- failsafe, as setting -Dtest=none is the way to stop surefire
200
- running all unit tests before the it.test option is picked up.
201
- -->
202
- <surefire .failIfNoSpecifiedTests>false</surefire .failIfNoSpecifiedTests>
203
195
<!-- Flag to stop surefire from shortening test stacks -->
204
196
<trimStackTrace >false</trimStackTrace >
205
197
Original file line number Diff line number Diff line change @@ -129,6 +129,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
129
129
<shell-executable >bash</shell-executable >
130
130
131
131
<leveldbjni .group>org.fusesource.leveldbjni</leveldbjni .group>
132
+
133
+ <!--
134
+ Surefire option to not fail a build if -Dtest=NAME doesn't find a
135
+ test called NAME. This is needed when running integration tests through
136
+ failsafe, as setting -Dtest=none is the way to stop surefire
137
+ running all unit tests before the it.test option is picked up.
138
+ -->
139
+ <surefire .failIfNoSpecifiedTests>false</surefire .failIfNoSpecifiedTests>
132
140
</properties >
133
141
134
142
<modules >
You can’t perform that action at this time.
0 commit comments