Re: Check scm/ urls?

2010-05-03 Thread Brendan Sibre
I'm not aware of one, but I'd love to have one if it were available - it's somewhere on my to do list to see if I can do it, but I don't see doing it any time soon. On Thu, Apr 29, 2010 at 9:08 AM, Benson Margulies bimargul...@gmail.comwrote: Is there any plugin which will check the consistency

Re: Always download dependencies with classifier

2010-03-04 Thread Brendan Sibre
We see that message when we have a jar in the repository that doesn't actually have a POM file. It realizes the JAR is in your local repository, so it doesn't try to download that. But it always tries to download the POM to find out if the artifact has any dependencies (and POMs don't have

Re: 401 error with Maven Release Plugin

2009-12-11 Thread Brendan Sibre
This is Maven 2.2.1 with release plugin 2.0-beta-8. On Fri, Dec 11, 2009 at 2:26 AM, Anders Hammar and...@hammar.net wrote: You've tried different version of Maven? 2.2.1? 3.0-alpha-5? /Anders On Thu, Dec 10, 2009 at 21:49, Brendan Sibre bren...@sibre.net wrote: A previous poster wrote

401 error with Maven Release Plugin

2009-12-10 Thread Brendan Sibre
A previous poster wrote: Thanks for your response, this fixed the problem! However, another issue comes up - *release*:*perform* almost worked out except at the very end it failed to upload the artifact to the repo, and the error is [INFO] [INFO] Error deploying artifact: Failed to transfer

Re: 401 error with Maven Release Plugin

2009-12-10 Thread Brendan Sibre
in the -DmavenHome parameter. On Thu, Dec 10, 2009 at 5:20 PM, Matt Milliss matt.mill...@gmail.comwrote: are you using Archiva as your repo? On 11/12/2009 7:49 AM, Brendan Sibre wrote: A previous poster wrote: Thanks for your response, this fixed the problem! However, another issue comes up

Re: Problem with Maven deploy (Error writing to server)

2009-12-10 Thread Brendan Sibre
If you're running Apache 2.2, take a look at http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslrenegbuffersize Essentially, it might not really be the size, it might be the size in combination with opening a new connection. If there is already an active SSL connection it won't need to be