Thanks very much for checking this out! On Tuesday, 7 August 2012 12:31:32 UTC+8, Nelson Morris wrote: > > Are you using `mvn deploy` or does m2e have a button/gui for > deployment? I tried to find out if it had one, but the m2e website > leaves much to be desired, and searching google brings up info on > deploying web stuff. >
There is a GUI dialog when you do "Run As.../Maven Build..." that lets you specify the goal: I just put "deploy" in here so I believe it is the m2e equivalent of doing "mvn deploy". Looking through the logs I can see where the upload happens, and a > response code passes through ring. However, there is a broken pipe > message in nginx which might be from when the connection is killed. I > don't see anyone using a similar user-agent, yet one of the first > deployments was w/ maven. I sure hope this isn't something 3.0.4 > specific. > Guess that is consistent with the timeout I'm seeing after 60secs or so: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project clisk: Failed to deploy artifacts: Could not transfer artifact net.mikera:clisk:jar:0.3.0 from/to clojars (https://clojars.org/repo): No response received after 60000 -> [Help 1] > > In the meantime, if you can re-upload the jar and pom using the scp > method clojars will then generate the checksums for you. > Thanks! This seems to have worked with the following command (while running pageant): => pscp -scp clisk-0.3.0.pom clisk-0.3.0.jar cloj...@clojars.org: -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en