You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/26 15:26:20 UTC

svn commit: r1402504 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: olamy
Date: Fri Oct 26 13:26:19 2012
New Revision: 1402504

URL: http://svn.apache.org/viewvc?rev=1402504&view=rev
Log:
[MSITE-661] support markdown format per default.

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1402504&r1=1402503&r2=1402504&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Fri Oct 26 13:26:19 2012
@@ -303,6 +303,12 @@ under the License.
       <version>${doxiaVersion}</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-markdown</artifactId>
+      <version>${doxiaVersion}</version>
+      <scope>runtime</scope>
+    </dependency>
 
     <dependency>
       <groupId>javax.servlet</groupId>