Problems building in IJ

I have problems to build the project and execute tests within IntelliJ. This affects classes from feel-juel with imports on classes from package org.operaton.bpm.impl.juel.jakarta.el.

I can’t execute any test from the IDE, only by a full Maven build.

Does anybody experience the same?

I am seeing these issues, too. The error you see might be caused by shaded and relocated artefacts which are exposed to other modules, but are only created during the maven package phase.

Ok, then I’ll file this as a bug

1 Like