You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/12/16 15:24:37 UTC

hadoop git commit: HADOOP-12192. update releasedocmaker command line (aw)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 7092d47fc -> 607473e1d


HADOOP-12192. update releasedocmaker command line (aw)


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

Branch: refs/heads/trunk
Commit: 607473e1d047ccd2a2c3804ae94e04f133af9cc2
Parents: 7092d47
Author: Allen Wittenauer <aw...@apache.org>
Authored: Wed Dec 16 06:23:58 2015 -0800
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Wed Dec 16 06:23:58 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/pom.xml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/607473e1/hadoop-common-project/hadoop-common/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 502bbbf..5c759e8 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -976,10 +976,21 @@
                         <requiresOnline>true</requiresOnline>
                         <arguments>
                             <argument>${basedir}/../../dev-support/releasedocmaker.py</argument>
-                            <argument>--version</argument>
-                            <argument>${project.version}</argument>
                             <argument>--index</argument>
+                            <argument>--license</argument>
+                            <argument>--project</argument>
+                            <argument>HADOOP</argument>
+                            <argument>--project</argument>
+                            <argument>HDFS</argument>
+                            <argument>--project</argument>
+                            <argument>MAPREDUCE</argument>
+                            <argument>--project</argument>
+                            <argument>YARN</argument>
+                            <argument>--projecttitle</argument>
+                            <argument>"Apache Hadoop"</argument>
                             <argument>--usetoday</argument>
+                            <argument>--version</argument>
+                            <argument>${project.version}</argument>
                         </arguments>
                     </configuration>
                 </execution>