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 aa...@apache.org on 2020/04/30 02:14:20 UTC

[hadoop] branch branch-3.3.0 updated: HADOOP-17007. hadoop-cos fails to build. Contributed by Yang Yu.

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

aajisaka pushed a commit to branch branch-3.3.0
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3.0 by this push:
     new 80fec40  HADOOP-17007. hadoop-cos fails to build. Contributed by Yang Yu.
80fec40 is described below

commit 80fec40499adcc20cfd7a21f5232c3cd363c46d0
Author: Ayush Saxena <ay...@apache.org>
AuthorDate: Sun Apr 26 12:46:53 2020 +0530

    HADOOP-17007. hadoop-cos fails to build. Contributed by Yang Yu.
    
    (cherry picked from commit 9e79cca171384676037fe349b0511515c0b944b1)
---
 hadoop-cloud-storage-project/hadoop-cos/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/hadoop-cloud-storage-project/hadoop-cos/pom.xml b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
index 64e5bf9..f4fc52f 100644
--- a/hadoop-cloud-storage-project/hadoop-cos/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
@@ -95,15 +95,6 @@
               <outputFile>${project.basedir}/target/hadoop-cloud-storage-deps/${project.artifactId}.cloud-storage-optional.txt</outputFile>
             </configuration>
           </execution>
-          <execution>
-            <id>package</id>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}/lib</outputDirectory>
-            </configuration>
-          </execution>
         </executions>
       </plugin>
     </plugins>


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