File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ Trunk (Unreleased)
105105 HADOOP-8844. Add a plaintext fs -text test-case.
106106 (Akira AJISAKA via harsh)
107107
108+ HADOOP-9432 Add support for markdown .md files in site documentation (stevel)
109+
108110 BUG FIXES
109111
110112 HADOOP-9451. Fault single-layer config if node group topology is enabled.
@@ -118,7 +120,6 @@ Trunk (Unreleased)
118120 HADOOP-8018. Hudson auto test for HDFS has started throwing javadoc
119121 (Jon Eagles via bobby)
120122
121- >
122123 HADOOP-7610. Fix for hadoop debian package (Eric Yang via gkesavan)
123124
124125 HADOOP-7641. Add Apache License to template config files.
Original file line number Diff line number Diff line change @@ -143,13 +143,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
143143 <plugin >
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-site-plugin</artifactId >
146- <version >3.0 </version >
146+ <version >3.2 </version >
147147 <dependencies >
148148 <dependency ><!-- add support for ssh/scp -->
149149 <groupId >org.apache.maven.wagon</groupId >
150150 <artifactId >wagon-ssh</artifactId >
151151 <version >1.0</version >
152152 </dependency >
153+ <dependency > <!-- add support for markdown -->
154+ <groupId >org.apache.maven.doxia</groupId >
155+ <artifactId >doxia-module-markdown</artifactId >
156+ <version >1.3</version >
157+ </dependency >
153158 </dependencies >
154159 </plugin >
155160 <!-- This plugin's configuration is used to store Eclipse m2e settings only.
You can’t perform that action at this time.
0 commit comments