This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 9e79cca HADOOP-17007. hadoop-cos fails to build. Contributed by Yang
Yu.
9e79cca is described below
commit 9e79cca171384676037fe349b0511515c0b944b1
Author: Ayush Saxena <[email protected]>
AuthorDate: Sun Apr 26 12:46:53 2020 +0530
HADOOP-17007. hadoop-cos fails to build. Contributed by Yang Yu.
---
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: [email protected]
For additional commands, e-mail: [email protected]