I\'m trying to use the barbecue barcode printing library. I have successfully added the library to IntelliJ through project structure add library. Then I imported the packa
None of the 13 existing answers worked for me. However, I could resolve the issue by first removing all modules:
File > Project Structure...,Modules tab,then removing all remaining Maven modules from Maven tool window:
Remove projects,and then adding them again in Project tool window:
pom.xml,Add as Maven project,now unignoring any ignored modules from Maven tool window:
Unignore,and finally rebuilding using Build > Rebuild project. This assumes that a mvn clean install already happened.