Problem with deploy (Error writing to server)

2009-12-10 Thread K J
I have a very strange problem when I try to deploy artifacts. For certain artifacts, the deployment fails with the message 'Error deploying artifact: Error transferring file...Error writing to server' (I included the stacktrace below). It appears to be related to the size of the artifact, but here'

Re: Problem with deploy in maven 2.0.7

2008-03-04 Thread Wendy Smoak
On Tue, Mar 4, 2008 at 10:03 PM, Arun Kathirvel Sarojam <[EMAIL PROTECTED]> wrote: > thanks for your fast reply.. Actually my requirement is to track > every successful build. so after every successfull build i have to version > that package (in the sense jar or war) then keep it in some lo

Re: Problem with deploy in maven 2.0.7

2008-03-04 Thread Arun Kathirvel Sarojam
under distributionManagement statisfy my requirement. please comment. Thanks ARN. "Wendy Smoak" <[EMAIL PROTECTED]> 03/05/2008 10:14 AM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Problem with deploy in maven 2.0.7

Re: Problem with deploy in maven 2.0.7

2008-03-04 Thread Wendy Smoak
On Tue, Mar 4, 2008 at 9:13 PM, Arun Kathirvel Sarojam <[EMAIL PROTECTED]> wrote: > when i try to call mvn deloy i am getting error " The plugin > 'org.apache.maven.plugins:maven-deploy-plugin' does not exist or no valid > version could be found" > > but in my local repository all the

Problem with deploy in maven 2.0.7

2008-03-04 Thread Arun Kathirvel Sarojam
Hi, when i try to call mvn deloy i am getting error " The plugin 'org.apache.maven.plugins:maven-deploy-plugin' does not exist or no valid version could be found" but in my local repository all the versions of maven-deploy jars are there... i need to deploy my snapshot.jar to sna

Problem with deploy task with maven 2.0.5 (works fine on 2.0.4)

2007-03-28 Thread Denis KranjĨec
Hi I have downloaded maven 2.0.5, configured it same way as 2.0.4. When I try to deploy my application maven fails with: [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous build number from deploymentRepo [WARNING] repository metadata for: 'snapshot :controlserver:1.

Problem with deploy

2006-11-28 Thread Urbieta Matias
Hi, i have some troubles with maven infrastructure. i have two machines, one is a deployment's machine and the other is an develop machine. With the last one, we develop maven plugins used in deployments so we have to publish those plugins in a way that the deployment machine can use them. i have