clojure-maven-plugin icon indicating copy to clipboard operation
clojure-maven-plugin copied to clipboard

Apache Maven Mojo for compiling clojure scripts to class files

Results 38 clojure-maven-plugin issues
Sort by recently updated
recently updated
newest added

Currently, a several of our maven artifacts have clojure source, but a few dozen don't. complete build time takes a lot more time due to spawning our big clojure vms....

Using c-m-p 1.3.8 with Clojure 1.3-beta1 and the default test script fails with the error: ``` Exception in thread "main" java.lang.IllegalStateException: Can't dynamically bind non-dynamic var: clojure.test.junit/junit-report at clojure.lang.Var.pushThreadBindings(Var.java:339) at...

At the moment the plugin fails a build when any tests generate a result of :error or :fail. Since it is possible to modify clojure.test's reporting, alternative test frameworks may...

When I try to run "mvn clojure:repl" on my project, I get the following error message: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building singularity [INFO] task-segment: [clojure:repl] [INFO] ------------------------------------------------------------------------...

A dependency with test-jar is not put on the clojure:swank classpath, even when the test classpath is specified with true

Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

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

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