瀏覽代碼

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

Steve Loughran 7 年之前
父節點
當前提交
845cd3699f
共有 1 個文件被更改,包括 4 次插入9 次删除
  1. 4 9
      hadoop-tools/hadoop-aws/pom.xml

+ 4 - 9
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>