Calling clojure code from Java -- target directory keeps getting marked "excluded"

Hi All,

Newbie clojure plus java problem.

I have a "tiny" clojure module that exposes one method that I want to call from my java program.

The project is built from maven pom files.

Both pom files are organized as sub modules of a parent pom.

Everything builds fine from the command line, but inside IntelliJ, the clojure module keeps marking the target directory "excluded" which breaks the build of the Java module that depends on it inside IntelliJ.

Does anybody know why IntelliJ keeps marking the clojure output directory as "excluded", and how I can stop this bad behavior?

Thanks In Advance,
---Paul...

请先登录再写评论。