Skip to content

Commit f0eb7b2

Browse files
committed
Add wagon webdav extension so mvn deploy works.
1 parent 1f1dabf commit f0eb7b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,13 @@
373373
</plugin>
374374
</plugins>
375375
</pluginManagement>
376+
<extensions>
377+
<extension>
378+
<groupId>org.apache.maven.wagon</groupId>
379+
<artifactId>wagon-webdav</artifactId>
380+
<version>1.0-beta-2</version>
381+
</extension>
382+
</extensions>
376383
</build>
377384
<reporting>
378385
<plugins>

0 commit comments

Comments
 (0)