Re: Deploying Maven snapshots using WebDav

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Wed Nov 22 2006 - 10:00:16 EST

  • Next message: Pierre Frisch: "Entity Modeler Fetch Specification bug"

    On Nov 22, 2006, at 3:01 AM, Ulrich Köster wrote:
    > Am 22.11.2006 um 01:09 schrieb Andrus Adamchik:
    >
    >> Just figured out the procedure to deploy Maven snapshots to
    >> objectstyle.org using WebDAV and basic authentication with Jira
    >> passwords. Initial setup is rather involved. After that it should
    >> be ok. Here are the steps:
    >>
    >> 1. You must be a committer of WOProject to have the right permissions
    >
    > Am I a committer? ;-) Can't access https://www.objectstyle.org/
    > maven2/org/objectstyle/woproject/maven2/ with my jira username and
    > password in safari nor finder.

    Fixed permissions. Try it again. Also let me know if you need to
    deploy to any directories other than "maven2/org/objectstyle/woproject".

    >> 2. Download wagon-webdav libs and stick them in your Maven
    >> installation ([1], follow Carlos Sanchez comments, not the text of
    >> the article)
    >
    > <build>
    > <extensions>
    > <extension>
    > <groupId>org.apache.maven.wagon</groupId>
    > <artifactId>wagon-webdav</artifactId>
    > <version>1.0-beta-1</version>
    > </extension>
    > </extensions>
    > </build>
    >
    > within the pom.xml does the same.

    I tried something similar and it didn't work because of some of the
    dependencies missing from the Maven repo. If it works for you - great.

    Andrus



    This archive was generated by hypermail 2.0.0 : Wed Nov 22 2006 - 10:01:05 EST