Consider the following dependency hierarchy:
Now I have maven-jibx-plugin
in project D
which generates the compiled classes in target/classes
folder. But when I run my spring-boot
project A
the generated classes from project D
could not be resolved.
Resolve dependencies from workspace is also checked from maven preferences of project A
Have you tried adding generated sources folder as a source folder in eclipse? You can do this from eclipse (right click the generated sources or any folder in it > Build Path > Use as Source Folder) or you can use maven build helper plugin by adding something like below to your pom.xml