lgrignon/jsweet-maven-plugin

Allow override compileSourceRoots

Closed this issue · 2 comments

mrmx commented

For some source-code generator scenarios (eg: Project Lombok) it would be great to have a different source directory/s.

mrmx commented

Example configuration for using with DeLombok maven plugin:

<configuration>
  <compileSourceRootsOverride>
    <compileSourceRoot>target/generated-sources/delombok</compileSourceRoot>
  </compileSourceRootsOverride>
  <sourceRoot>target/generated-sources/delombok</sourceRoot>
</configuration>
mrmx commented

Pull request for this issue: #54