On Mon, Aug 6, 2012 at 8:52 PM, Mikera <mike.r.anderson...@gmail.com> wrote:
> Great stuff!
>
> I'm trying to use this functionality to deploy a library using Maven/Eclipse
> Juno on Windows and keep getting a timeout (but interestingly the jar and
> pom do make it up there) - see this SO question :
> http://stackoverflow.com/questions/11837961/maven-deployment-timeout-failure-to-generate-checksums
>
> Not sure if it is a clojars issue or a mistake of mine on the Maven side -
> any tips?
>
>    Mike.

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.

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.

 In the meantime, if you can re-upload the jar and pom using the scp
method clojars will then generate the checksums for you.

-- 
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

Reply via email to