I'm not sure where the problem is and if it's a bug in maven.
Can you extract the request details from the apache log files?
Try also to deploy with dav, you will have to add the following to your pom:
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
</build>

and to add "dav:" before the deployment url, e.g., dav:
http://dev.company.com.br:80/maven2/proprietary-releases-local/

Executing maven in debug mode, with the '-X' flag may also give some useful
infromation.

Tossi

On Wed, Jul 21, 2010 at 1:08 AM, Bruno Medeiros <[email protected]> wrote:

> Sorry for the broken email...
>
> I will check a way to test that, but I guess it's not apaches fault since
> using maven 2.2.1 I can deploy the same artifact to the same repo.
>
> Supposing it's a maven bug, how could we report it?
>
> Cheers,
>
> --
> BrunoJCM
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to