You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2019/03/28 17:14:05 UTC

[hbase] branch branch-2.2 updated: Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new bfce6f1  Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check
bfce6f1 is described below

commit bfce6f12dda8add20ce436a161337e34a49515fd
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Thu Mar 28 09:59:46 2019 -0700

    Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check
    
    Fix Maven warning introduced by this change
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f4b0c1..461d8cc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -912,13 +912,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>