Jonas, could you help us on this: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error deploying artifact: Failed to transfer file: http://egit.googlecode.com/svn/maven/snapshot-repository//org/spearce/jgit/0.4.0/jgit-0.4.0.jar. Return code is: 401 I added this (nah, naming it release-repository didn't work either) <repository> <id>jgit-maven-release-repository</id> <name>JGit Maven Release Repository</name> <url>https://egit.googlecode.com/svn/maven/snapshot-repository/</url> <uniqueVersion>true</uniqueVersion> </repository> (tried all combinations of dav/not-dav, http/https). Seems I don't have a dav provider, but https should work, right? and to ~/.m2/settings.xml <servers> <server> <id>jgit-maven-snapshot-repository</id> <username>tried both my project email and gmail email</username> <password>nah, won't show you</password> </server> </servers> -- robin måndag 15 december 2008 23:52:43 skrev Farrukh Najmi: > > Hi Shawn, > > I was wondering if there are any updates on my question on whether we > can have a 0.4 release of jgit (no SNAPSHOT). > I am ready to release my software but maven wont let me release it > because its dependency jgit is a SNAPSHOT release. > > As I recall you had planned to release 0.4 and make it available on the > maven repo at: > > <http://egit.googlecode.com/svn/maven/snapshot-repository/org/spearce/jgit> > > I do not see it there yet. Any chance of getting that today? Thanks. > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html