Repository: hadoop
Updated Branches:
  refs/heads/branch-2 e3a9666d2 -> 931524210


HADOOP-13689. Do not attach javadoc and sources jars during non-dist build.

(cherry picked from commit bf372173d0f7cb97b62556cbd199a075254b96e6)


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

Branch: refs/heads/branch-2
Commit: 931524210928a0c7a2fbccae4888809ebb672ccd
Parents: e3a9666
Author: Andrew Wang <w...@apache.org>
Authored: Thu Oct 6 15:08:24 2016 -0700
Committer: Andrew Wang <w...@apache.org>
Committed: Thu Oct 6 15:08:27 2016 -0700

----------------------------------------------------------------------
 hadoop-project-dist/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/93152421/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index 07e73e7..5dd31a3 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -86,22 +86,6 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>jar</goal>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <attach>true</attach>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <configuration>


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

Reply via email to