Skip to content

Commit

Permalink
added ssh wagon
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Aug 4, 2010
1 parent 6c915aa commit 7300d96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -58,6 +58,13 @@
<gwt.version>1.7.1</gwt.version>
</properties>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-beta-6</version>
</extension>
</extensions>
<outputDirectory>war/WEB-INF/classes</outputDirectory>
<resources>
<resource>
Expand Down

0 comments on commit 7300d96

Please sign in to comment.