Skip to content

Commit

Permalink
fix maven checksum issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 3, 2010
1 parent 17d3e44 commit b2fef06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions symmetric/symmetric-parent/pom.xml
Expand Up @@ -233,6 +233,13 @@
</contributors>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
Expand Down

0 comments on commit b2fef06

Please sign in to comment.