HBASE-12379 Try surefire 2.18-SNAPSHOT
This commit is contained in:
parent
6f4ae948ac
commit
3474368581
10
pom.xml
10
pom.xml
|
@ -65,6 +65,14 @@
|
||||||
<module>hbase-annotations</module>
|
<module>hbase-annotations</module>
|
||||||
<module>hbase-checkstyle</module>
|
<module>hbase-checkstyle</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
<!--Add apache snapshots in case we want to use unreleased versions of plugins:
|
||||||
|
e.g. surefire 2.18-SNAPSHOT-->
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>apache.snapshots</id>
|
||||||
|
<url>http://repository.apache.org/snapshots/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git://git.apache.org/hbase.git</connection>
|
<connection>scm:git:git://git.apache.org/hbase.git</connection>
|
||||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
|
||||||
|
@ -1005,7 +1013,7 @@
|
||||||
<common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
|
<common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
|
||||||
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
||||||
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
||||||
<surefire.version>2.17</surefire.version>
|
<surefire.version>2.18-SNAPSHOT</surefire.version>
|
||||||
<surefire.provider>surefire-junit47</surefire.provider>
|
<surefire.provider>surefire-junit47</surefire.provider>
|
||||||
<!-- default: run small & medium, medium with 2 threads -->
|
<!-- default: run small & medium, medium with 2 threads -->
|
||||||
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
||||||
|
|
Loading…
Reference in New Issue