Deployment should produce correct checksums

This commit is contained in:
Godin 2010-11-25 18:20:41 +00:00
parent dfb53e5555
commit e1749bbe2d

View File

@ -92,6 +92,14 @@
</properties>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
<pluginManagement>
<!-- Plugins ordered by shortname (archetype, assembly ...) -->
<plugins>