HBASE-17351 Enforcer plugin fails with NullPointerException

This commit is contained in:
Michael Stack 2017-09-14 17:20:59 -07:00
parent 9c5b03acd7
commit fb3c8bf608
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 5 additions and 1 deletions

View File

@ -812,7 +812,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<versionRange>[1.0.1,)</versionRange>
<version>${enforcer.version}</version>
<goals>
<goal>enforce</goal>
</goals>
@ -971,6 +971,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${enforcer.version}</version>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
@ -1517,6 +1518,8 @@
<argLine>${hbase-surefire.argLine}</argLine>
<jacoco.version>0.7.5.201505241946</jacoco.version>
<extra.enforcer.version>1.0-beta-6</extra.enforcer.version>
<!--See HBASE-17351; we need to set version to 1.4. 1.4.1 fails with MENFORCER-248-->
<enforcer.version>1.4</enforcer.version>
<!-- Location of test resources -->
<test.build.classes>${project.build.directory}/test-classes</test.build.classes>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
@ -2314,6 +2317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${enforcer.version}</version>
<configuration>
<rules>
<enforceBytecodeVersion>