mirror of https://github.com/apache/maven.git
use doxia-module-markdown 1.5
This commit is contained in:
parent
2ef658430f
commit
b5ce17bb89
7
pom.xml
7
pom.xml
|
@ -423,6 +423,13 @@
|
|||
<configuration>
|
||||
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-module-markdown</artifactId>
|
||||
<version>1.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue