Just new to IntelliJ Idea. I have a Maven project that has several generated Java source files. When I import this Idea project, there are no complaints about the generated source files, but I can see these files in target/generated-sources . How can I add these files to the classpath.
source share