Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions hadoop-assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<name>Apache Hadoop Assemblies</name>
<description>Apache Hadoop Assemblies</description>

<properties>
<failIfNoTests>false</failIfNoTests>
</properties>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 0 additions & 3 deletions hadoop-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
<description>Apache Hadoop Build Tools Project</description>
<name>Apache Hadoop Build Tools</name>

<properties>
<failIfNoTests>false</failIfNoTests>
</properties>
<build>
<resources>
<resource>
Expand Down
8 changes: 0 additions & 8 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<!-- Set the Release year during release -->
<release-year>2025</release-year>

<failIfNoTests>false</failIfNoTests>
<!--Whether to proceed to next module if any test failures exist-->
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
Expand Down Expand Up @@ -193,13 +192,6 @@
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
<!--
Surefire option to not fail a build if -Dtest=NAME doesn't find a
test called NAME. This is needed when running integration tests through
failsafe, as setting -Dtest=none is the way to stop surefire
running all unit tests before the it.test option is picked up.
-->
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
<!-- Flag to stop surefire from shortening test stacks -->
<trimStackTrace>false</trimStackTrace>

Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
<shell-executable>bash</shell-executable>

<leveldbjni.group>org.fusesource.leveldbjni</leveldbjni.group>

<!--
Surefire option to not fail a build if -Dtest=NAME doesn't find a
test called NAME. This is needed when running integration tests through
failsafe, as setting -Dtest=none is the way to stop surefire
running all unit tests before the it.test option is picked up.
-->
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
</properties>

<modules>
Expand Down