Do not parse generated sources as source files, but only as compiled classes #667
Open
Description
As identified on
I think it boils down to the question if getCompileClasspathElements()
returns the classes compiled fom generated sources as well, which could depend on a number of different factors depending on how the code generation is configured.
Right now we define generated sources as anything we find in the target/
directory, and parse those as source.
Before we then later filter out those generated sources.
It might be interesting to not parse those generated sources as source files but rather only as classpath entries. I'm not entirely sure that would work in all cases, but it could speed up builds for projects that heavily use generated sources.
Metadata
Assignees
Labels
Type
Projects
Status
Backlog