Skip to content

Commit

Permalink
[MCOMPILER-538] - Do not add target/generated-sources/annotations to …
Browse files Browse the repository at this point in the history
…the source roots
  • Loading branch information
mensinda committed Jun 15, 2023
1 parent 3ea742c commit a47f454
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -768,8 +768,6 @@ public void execute() throws MojoExecutionException, CompilationFailureException

String generatedSourcesPath = generatedSourcesDirectory.getAbsolutePath();

compileSourceRoots.add(generatedSourcesPath);

if (isTestCompile()) {
getLog().debug("Adding " + generatedSourcesPath + " to test-compile source roots:\n "
+ StringUtils.join(project.getTestCompileSourceRoots().iterator(), "\n "));
Expand Down

0 comments on commit a47f454

Please sign in to comment.