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:03 UTC

[hbase] branch branch-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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 13663e284d3b22adeb55e1f9ddf59605113213b2
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 c518163..e71c67d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -913,13 +913,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>