Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check
Fix Maven warning introduced by this change
This commit is contained in:
parent
c01f95d2bb
commit
6da696c0a0
6
pom.xml
6
pom.xml
|
@ -831,13 +831,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<!-- sets where to find the generated LICENSE files -->
|
<!-- sets where to find the generated LICENSE files -->
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>build-helper-maven-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>create-license-file-path-property</id>
|
<id>create-license-file-path-property</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
Loading…
Reference in New Issue