Fork me on GitHub
#leiningen
<
2018-05-16
>
ingesol07:05:37

Hi! Trying to make a maven plugin that is able to run leiningen through invoking leiningen.core.main.-main from java. Including leiningen as a jar-dependency in the maven plugin. Works perfectly nice for invocations with one goal (mvn install), but is unable to lookup plugin namespaces when maven is invoked with multiple goals (mvn clean install).