Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 29afba8a1 -> 7296999c8


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/7296999c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7296999c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7296999c

Branch: refs/heads/branch-2.8
Commit: 7296999c8992c22cd3fb9aca6ef7d06dd49bf6ee
Parents: 29afba8
Author: Andrew Wang <[email protected]>
Authored: Thu Oct 6 15:08:24 2016 -0700
Committer: Andrew Wang <[email protected]>
Committed: Thu Oct 6 15:08:30 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7296999c/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index d3649a4..edc6950 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to