IntelliJ IDEA generated classes not seeing their own dependency
I have a maven project that auto generates some classes using the JAXB plugin in the POM. Everything in the project works fine, the project builds correctly, and runs without any issues, however IntelliJ is not seeing that one of the generated classes relies on another, so is constantly telling me that there are issues in the project.
IntelliJ IDEA generated classes not dependency
I have a maven project that auto generates some classes using the JAXB plugin in the POM. Everything in the project works fine, the project builds correctly, and runs without any issues, however IntelliJ is not seeing that one of the generated classes relies on another, so is constantly telling me that there are issues in the project.