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 st...@apache.org on 2017/08/31 15:55:37 UTC

hadoop git commit: HADOOP-14809. hadoop-aws shell profile not being built. Contributed by Allen Wittenauer,

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13345 6b18a5d6f -> 845cd3699


HADOOP-14809. hadoop-aws shell profile not being built.
Contributed by Allen Wittenauer,


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/845cd369
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/845cd369
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/845cd369

Branch: refs/heads/HADOOP-13345
Commit: 845cd3699f2d58b91b2d2cfaeec37cdc959c961a
Parents: 6b18a5d
Author: Steve Loughran <st...@apache.org>
Authored: Thu Aug 31 16:54:50 2017 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Aug 31 16:54:50 2017 +0100

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/pom.xml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/845cd369/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 4161a50..bcb0e07 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -369,13 +369,13 @@
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>deplist</id>
+            <id>deplist1</id>
             <phase>compile</phase>
             <goals>
               <goal>list</goal>
             </goals>
             <configuration>
-              <!-- build a shellprofile -->
+              <!-- build a shellprofile for hadoop-aws optional tools -->
               <outputFile>${project.basedir}/target/hadoop-tools-deps/${project.artifactId}.tools-optional.txt</outputFile>
             </configuration>
           </execution>
@@ -391,11 +391,6 @@
               <outputDirectory>${project.build.directory}/native-libs</outputDirectory>
             </configuration>
           </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
           <execution>
             <phase>package</phase>
             <goals>
@@ -406,13 +401,13 @@
             </configuration>
           </execution>
           <execution>
-            <id>deplist</id>
+            <id>deplist2</id>
             <phase>compile</phase>
             <goals>
               <goal>list</goal>
             </goals>
             <configuration>
-              <!-- referenced by a built-in command -->
+              <!-- referenced by the s3guard command -->
               <outputFile>${project.basedir}/target/hadoop-tools-deps/${project.artifactId}.tools-builtin.txt</outputFile>
             </configuration>
           </execution>


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