Skip to content

Commit

Permalink
doxia dep for maven-site-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Oct 23, 2013
1 parent 8f3b69a commit ff68d00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,13 @@
-->
</reportPlugins>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit ff68d00

Please sign in to comment.