Skip to content

Commit

Permalink
fix site:deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lruiz committed May 11, 2012
1 parent c4b7bd5 commit b5fc849
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion www/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
<version>3.1</version>
<configuration>
<reportPlugins>
<plugin>
Expand All @@ -63,6 +63,11 @@
<artifactId>markdownpapers-doxia-module</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit b5fc849

Please sign in to comment.