clojure-maven-plugin
clojure-maven-plugin copied to clipboard
Timeout with nrepl 1.3.0
Hello,
Recently nrepl updated to version 1.3.0.
It looks like this version of nrepl is incompatible with the clojure maven plugin, as if you execute "mvn clojure:nrepl" it will time out after 60 seconds of inactivity.
I opened an issue in the nrepl project here: https://github.com/nrepl/nrepl/issues/358
They have kindly provided a workaround, and suggested that a very small change can be made in the clojure-maven-plugin project in order to accommodate nrepl 1.3.0. Read the issue raised there for more details.
Reproduce the issue
TO reproduce the issue - I have attached a sample pom.xml.
Simply put into an empty directroy, run "mvn clojure:nrepl" and wait 60 seconds.