プロジェクト内のクラスをコンパイルしようとすると、次のエラーが発生します。
Error scala: Output path .../eval/target/test-classes is shared between: Module 'eval' tests, Module 'eval' tests
Output path .../eval/target/classes is shared between: Module 'eval' production, Module 'eval' production
Please configure separate output paths to proceed with the compilation.
IDEA で出力パスを設定する方法を見てきました。しかし、エラーは同じモジュール間で共有されていると主張しているため、解決できませんでした。
Obs .: Maven と IntelliJ IDEA の使用。
お願いします、誰か助けてくれませんか?