You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the maven plugin, the generated sources are only added to the normal compile path. If you want to generate test sources though, then these will not be added to the test compile path. The mojo would need to call addTestCompileSourceRoot instead of addCompileSourceRoot in this case. A workaround is to manually add the source root like this:
When using the maven plugin, the generated sources are only added to the normal compile path. If you want to generate test sources though, then these will not be added to the test compile path. The mojo would need to call
addTestCompileSourceRoot
instead ofaddCompileSourceRoot
in this case. A workaround is to manually add the source root like this:The text was updated successfully, but these errors were encountered: