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
f22b8ade63
commit
7d8de55d53
8
pom.xml
8
pom.xml
|
@ -1026,13 +1026,7 @@
|
|||
</properties>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- sets where to find the generated LICENSE files -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<!-- sets where to find the generated LICENSE files -->
|
||||
<execution>
|
||||
<id>create-license-file-path-property</id>
|
||||
<goals>
|
||||
|
|
Loading…
Reference in New Issue