talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
252 stars 74 forks source link

Support for nREPL's unix sockets #128

Closed danielsz closed 2 months ago

danielsz commented 2 months ago

New property to configure the unix socket that nREPL server can listen on.

I also changed the default listening port to 0 which is the nREPL's default and which enables automatic port selection.