This is a one-off stab at webdav site upload. It doesn't provide for much else. It relies on the jakarta-slide project.
You need to define the <siteAddress></siteAddress> and <siteDirectory></siteDirectory> in your POM. Do not put a leading '/' on the directory as it is placed there for you. In your project.properties, you need to define "dav.user=..." and "dav.password=...". The repo I'm uploading to requires them, so I can't test open repos. The repository will not be locked, and any existing files will be overwritten.
I'm hoping someone will take this and build it out to provide full webdav support for maven. I don't know enough about jelly to do that well (this took me almost 6 hours), nor do I have time to learn.
Note: as of today, Jan 31 2005, slide does not have its latest release in http://ibiblio.org/maven/slide/jars/. You will have to download their JAR files yourself to use this plugin.
Thanks to the cactus plugin, scarab plugin, the article (http://www.onjava.com/pub/a/onjava/2004/03/17/maven.html) by Eric Pugh. Some of the commentary and other miscellany was copied from them.
This is a one-off stab at webdav site upload. It doesn't provide for much else. It relies on the jakarta-slide project.
You need to define the <siteAddress></siteAddress> and <siteDirectory></siteDirectory> in your POM. Do not put a leading '/' on the directory as it is placed there for you. In your project.properties, you need to define "dav.user=..." and "dav.password=...". The repo I'm uploading to requires them, so I can't test open repos. The repository will not be locked, and any existing files will be overwritten.
I'm hoping someone will take this and build it out to provide full webdav support for maven. I don't know enough about jelly to do that well (this took me almost 6 hours), nor do I have time to learn.
Note: as of today, Jan 31 2005, slide does not have its latest release in http://ibiblio.org/maven/slide/jars/. You will have to download their JAR files yourself to use this plugin.
Thanks to the cactus plugin, scarab plugin, the article (http://www.onjava.com/pub/a/onjava/2004/03/17/maven.html) by Eric Pugh. Some of the commentary and other miscellany was copied from them.