Skip to content

Commit

Permalink
MCOMPILER-538: Do not add target/generated-sources/annotations to the…
Browse files Browse the repository at this point in the history
… source roots
  • Loading branch information
mensinda committed Jun 15, 2023
1 parent 3ea742c commit 1fb1448
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 1fb1448

Please sign in to comment.