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

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 27.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The commons-lang3 is currently maintained version, whicle the commons-lang 2.6 is a legacy release. Requires Java7, supports newer releases as well.

Using version 1.8.3. The stack trace below seems to occur when a file is found in a source dir, and the file name and ns symbol within do not correspond....

There are some cases where it would be useful to control the order of AOT compilation. Currently, in NamespaceDiscovery.discoverNamespacesIn(), we loop through every namespace in the paths, then check that...

Hi, As discussed in #115, an updated configuration example for Cider nREPL, and a couple of typo fixes.

In the current implementation of the nREPL support (`ClojureNReplMojoj.java`), I noticed that an edge case is missing. User in the list below refers to user of `clojure-maven-plugin`. - User doesn't...

I have my test.clj defined in: > myapp/test/mytests/test.clj ``` (ns mytests.test) ; (def props (Properties.)) ; (.load props (FileInputStream. (first *command-line-args*))) ;;namespaces to run tests for (def namespaces ['rdt-bb-rest-service.bbservice-test]) ;;...