You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aj...@apache.org on 2019/04/30 02:47:01 UTC

[hadoop] branch trunk updated: Revert "HDDS-973. HDDS/Ozone fail to build on Windows."

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

ajay pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 382a962  Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
382a962 is described below

commit 382a962d8de19a503b1d2dee15b50719c104809e
Author: Ajay Kumar <aj...@apache.org>
AuthorDate: Mon Apr 29 19:46:20 2019 -0700

    Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
    
    This reverts commit 5dae1a0c663cf9ab0e1e0463e5121afb0fa4a83e.
---
 hadoop-hdds/docs/pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index e3644f8..edb4665 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -31,7 +31,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <dependencies>
 
   </dependencies>
-
   <build>
     <plugins>
       <plugin>
@@ -44,15 +43,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
               <goal>exec</goal>
             </goals>
             <phase>compile</phase>
-            <configuration>
-              <executable>${shell-executable}</executable>
-              <workingDirectory>${project.build.directory}</workingDirectory>
-              <arguments>
-                <argument>${basedir}/dev-support/bin/generate-site.sh</argument>
-              </arguments>
-            </configuration>
           </execution>
         </executions>
+        <configuration>
+          <executable>dev-support/bin/generate-site.sh</executable>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org