Great, that was exactly what i was looking for. Run into a new problem now in that jta 1.1 is only a zip file and contains no pom... am i right in thinking i would have to write my own pom to get it in the repo?
Cam On 8/28/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 8/28/07, Cameron Jones <[EMAIL PROTECTED]> wrote: > > > How do i go about manually installing a dependency to archiva? I've > > got javax.transaction.jta version 1.1 which isn't in any controlled > > repository but a necessary part of my project, i can install it into > > the local repositories but wanted to have it centrally controlled > > through a proxied repo. > > The easiest way is to 'mvn deploy:deploy-file ...' from the filesystem > on the repo server. Then you can use a file:// url and not worry > about permissions. > > You can also deploy to a remote repo using webdav. There are some > notes here: http://docs.codehaus.org/display/MAVENUSER/Upload+artifacts > > -- > Wendy >