Browse Source

HADOOP-12192. update releasedocmaker command line (aw)

Allen Wittenauer 9 years ago
parent
commit
607473e1d0
1 changed files with 13 additions and 2 deletions
  1. 13 2
      hadoop-common-project/hadoop-common/pom.xml

+ 13 - 2
hadoop-common-project/hadoop-common/pom.xml

@@ -976,10 +976,21 @@
                         <requiresOnline>true</requiresOnline>
                         <requiresOnline>true</requiresOnline>
                         <arguments>
                         <arguments>
                             <argument>${basedir}/../../dev-support/releasedocmaker.py</argument>
                             <argument>${basedir}/../../dev-support/releasedocmaker.py</argument>
-                            <argument>--version</argument>
-                            <argument>${project.version}</argument>
                             <argument>--index</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>--usetoday</argument>
+                            <argument>--version</argument>
+                            <argument>${project.version}</argument>
                         </arguments>
                         </arguments>
                     </configuration>
                     </configuration>
                 </execution>
                 </execution>