Hi everyone,

I have installed a Maven repository and I am trying to deploy my project on it. 
My pom generates both the jar and the jar-with-dependencies files. When I use 
the web interface of the maven repository (its Artifactory in fact), I can 
upload my jars without any problem.

However, when I deploy with Maven using the "mvn deploy" command line, I have a 
502 error sent by Apache for the jar-with-dependencies file (which weights 8.2 
Mb). As explained here 
(https://issues.apache.org/bugzilla/show_bug.cgi?id=44592), it seems that Maven 
sends the header request, but as it does not send the body just afterwards, it 
causes Apache to send the 502 error...

Does any of you have already encountered the problem ?
I have tried to extend Apache KeepAliveTimeOut value, but it doesn't seem to 
work.
As a workaround, I was thinking about not deploying the jar-with-dependencies 
file automatically, but it does not seem possible as Maven deploys all the 
articfacts it created...

Any help on the subject is welcome :-)

Kind regards,

Benoit
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to