clojure maven plugin starts a server when compiling

2013-07-25 Thread Horace
m? And why the server starts? I actually just want to compile. Any help will be appreciated. Thx in advance Regards Horace P.S: I can use the standard *mvn compile* to compile the clojure sources because my project's packaging is configured as a 'clojure' one in *pom.xml*. The c

Re: clojure maven plugin starts a server when compiling

2013-07-29 Thread Horace
Thank you Plinio, this is a good workaround to the test that hangs. Bye . Horace Am Donnerstag, 25. Juli 2013 17:41:29 UTC+2 schrieb Plinio Balduino: > > try > > mvn compile -Dmaven.test.skip=true > > On Thu, Jul 25, 2013 at 12:24 PM, Horace > > > wrote: >