HADOOP-13689. Do not attach javadoc and sources jars during non-dist build.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bf372173 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bf372173 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bf372173 Branch: refs/heads/YARN-2915 Commit: bf372173d0f7cb97b62556cbd199a075254b96e6 Parents: 48b9d5f 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:24 2016 -0700 ---------------------------------------------------------------------- hadoop-project-dist/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/bf372173/hadoop-project-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml index e64f173..4423d94 100644 --- a/hadoop-project-dist/pom.xml +++ b/hadoop-project-dist/pom.xml @@ -88,22 +88,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