Currently, even with packaging specified as Clojure, the maven compiler plugin is run before clojure compiler plugin, making classes generated from clojure using :gen-class unavailable for linking.
Would it be possible to generate the clojure class files first and add them to the maven java compiler classpath when it is running?
Currently, even with packaging specified as Clojure, the maven compiler plugin is run before clojure compiler plugin, making classes generated from clojure using :gen-class unavailable for linking.
Would it be possible to generate the clojure class files first and add them to the maven java compiler classpath when it is running?