Skip to content
Snippets Groups Projects
Commit 60cd6bb7 authored by Christian Wulf's avatar Christian Wulf
Browse files

added comments

parent bd18b782
No related branches found
No related tags found
No related merge requests found
......@@ -268,16 +268,19 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<dependencies>
<!-- for using markdown syntax -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.3</version>
</dependency>
<dependency><!-- add support for ssh/scp -->
<!-- add support for ssh/scp -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</dependency>
<!-- skin -->
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment