Author: grobmeier
Date: Wed Sep  4 11:11:54 2013
New Revision: 1519983

URL: http://svn.apache.org/r1519983
Log:
support for markdown in site

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1519983&r1=1519982&r2=1519983&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Sep  4 11:11:54 2013
@@ -278,6 +278,13 @@
                     <stagingSiteURL>${siteDeploy.url}</stagingSiteURL>
                     
<relativizeDecorationLinks>false</relativizeDecorationLinks>
                 </configuration>
+                <dependencies>
+                   <dependency>
+                       <groupId>org.apache.maven.doxia</groupId>
+                       <artifactId>doxia-module-markdown</artifactId>
+                       <version>1.3</version>
+                   </dependency>
+                </dependencies>
             </plugin>
         </plugins>
 


Reply via email to