HADOOP-14414. Calling maven-site-plugin directly for docs profile is unnecessary (Andras Bokor via aw)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3fee475 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a3fee475 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a3fee475 Branch: refs/heads/HDFS-10467 Commit: a3fee475f72c8548aafd8574da1d3f1745f0471d Parents: a756704 Author: Allen Wittenauer <[email protected]> Authored: Fri Sep 1 08:38:30 2017 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Sep 1 08:38:30 2017 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-auth/pom.xml | 12 ----------- hadoop-common-project/hadoop-kms/pom.xml | 24 --------------------- hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 24 --------------------- hadoop-tools/hadoop-sls/pom.xml | 22 ------------------- 4 files changed, 82 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3fee475/hadoop-common-project/hadoop-auth/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-auth/pom.xml b/hadoop-common-project/hadoop-auth/pom.xml index 36a70ae..078ac40 100644 --- a/hadoop-common-project/hadoop-auth/pom.xml +++ b/hadoop-common-project/hadoop-auth/pom.xml @@ -245,18 +245,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>site</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3fee475/hadoop-common-project/hadoop-kms/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml index 27be05a..ae2a325 100644 --- a/hadoop-common-project/hadoop-kms/pom.xml +++ b/hadoop-common-project/hadoop-kms/pom.xml @@ -247,30 +247,6 @@ <profiles> <profile> - <id>docs</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <id>docs</id> - <phase>prepare-package</phase> - <goals> - <goal>site</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - <profile> <id>dist</id> <activation> <activeByDefault>false</activeByDefault> http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3fee475/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index b7adda0..16b94f3 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -386,30 +386,6 @@ </profile> <profile> - <id>docs</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <id>docs</id> - <phase>prepare-package</phase> - <goals> - <goal>site</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - <profile> <id>dist</id> <activation> <activeByDefault>false</activeByDefault> http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3fee475/hadoop-tools/hadoop-sls/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-sls/pom.xml b/hadoop-tools/hadoop-sls/pom.xml index 7dd3718..eba0514 100644 --- a/hadoop-tools/hadoop-sls/pom.xml +++ b/hadoop-tools/hadoop-sls/pom.xml @@ -145,28 +145,6 @@ <profiles> <profile> - <id>docs</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>site</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>dist</id> <activation> <activeByDefault>false</activeByDefault> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
