You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by martib <br...@evard.ch> on 2010/12/01 11:36:55 UTC

Maven 3: deploy-file no longer work

I'm facing a problem under M3 with 

&nbsp;&nbsp;mvn deploy:deploy-file ...

I'm getting this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy-file (default-cli)
on project xxxx: Failed to deploy artifacts: Could not transfer artifact
com.oreilly:servlet:jar:20081226 from/to thirdparty
(http://xxxx/nexus/content/repositories/thirdparty):  

Return code is: 504 -> [Help 1]

And I've got a proxy-setting in my settings.xml

Everything works fine with Maven 2.2.1 and the proxy and repository
configuration without change.

Is there a significant change in the wagon-providers?


Environment: Maven 3.0.1, JDK 6
-- 
View this message in context: http://maven.40175.n5.nabble.com/Maven-3-deploy-file-no-longer-work-tp3287456p3287456.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Maven 3: deploy-file no longer work

Posted by martib <br...@evard.ch>.
Yes, sure I've checked the compatibility notes.
Do I miss something?
Standard deploy wagon is http, isn't it?
So everthing should works as expected. But it doesn't
-- 
View this message in context: http://maven.40175.n5.nabble.com/Maven-3-deploy-file-no-longer-work-tp3287456p3287704.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 3: deploy-file no longer work

Posted by Pazmiño, Iván Andrés <ia...@sri.ad>.
You might want to check the compatibility notes.
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html


-----Original Message-----
From: martib <br...@evard.ch>
Reply-to: "Maven Users List" <us...@maven.apache.org>
To: users@maven.apache.org
Subject: Maven 3: deploy-file no longer work
Date: Wed, 1 Dec 2010 02:36:55 -0800 (PST)

I'm facing a problem under M3 with 

&nbsp;&nbsp;mvn deploy:deploy-file ...

I'm getting this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy-file (default-cli)
on project xxxx: Failed to deploy artifacts: Could not transfer artifact
com.oreilly:servlet:jar:20081226 from/to thirdparty
(http://xxxx/nexus/content/repositories/thirdparty):  

Return code is: 504 -> [Help 1]

And I've got a proxy-setting in my settings.xml

Everything works fine with Maven 2.2.1 and the proxy and repository
configuration without change.

Is there a significant change in the wagon-providers?


Environment: Maven 3.0.1, JDK 6

"Clausula de Confidencialidad: La información contenida en el presente mensaje es confidencial, está dirigida 
exclusivamente a su destinatario y no puede ser vinculante. El Servicio de Rentas Internas no se 
responsabiliza por su uso y deja expresa constancia que en los registros de la Institución consta la 
información originalmente enviada. Este mensaje está protegido por la Ley de Propiedad Intelectual, Ley de 
Comercio Electrónico, Firmas y Mensajes de datos, reglamentos y acuerdos internacionales relacionados. Si 
usted no es el destinatario de este mensaje, recomendamos su eliminación inmediata. La distribución o copia 
del mismo, está prohibida y será sancionada de acuerdo al Código Penal y demás normas aplicables. La 
transmisión de información por correo electrónico, no garantiza que la misma sea segura o esté libre de error, 
por consiguiente, se recomienda su verificación.Toda solicitud de información requerida de manera oficial al 
SRI debe ser ingresada por Secretaría General y dirigida a la máxima autoridad de la Institución, conforme a 
la Ley y demás normas vigentes."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven 3: deploy-file no longer work

Posted by Benjamin Bentmann <be...@udo.edu>.
martib wrote:

> Return code is: 504 ->  [Help 1]

HTTP 5xx denotes server-side issues, so it's worth to check the 
proxy/server logs and start from there.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org