You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dependency that is in runtime scope, because it's not required by Java code, but is required by clojure code. If I put it compile scope maven-dependency-plugin:analyze complains.
Would be convenient to have an ability to add this artifact as a dependency for the clojure plugin only. The plugin should support such configuration and should add all its dependencies to classpath.
The text was updated successfully, but these errors were encountered:
I have a dependency that is in
runtime
scope, because it's not required by Java code, but is required by clojure code. If I put itcompile
scopemaven-dependency-plugin:analyze
complains.Would be convenient to have an ability to add this artifact as a dependency for the clojure plugin only. The plugin should support such configuration and should add all its dependencies to classpath.
The text was updated successfully, but these errors were encountered: