-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.13-1.0.1625170289.4e4665d is broken #158
Comments
Release 1.0.1630847570.668ef24 has reverted the change in #149. @kitbellew Do you want to have a look to see what the issue was? |
@andreisilviudragnea can you share your pom file? how are the source and test source directories defined? do you have additional sources via a helper plugin? also, is the error message literal, or |
we had same issue, to overcome we had to explicitly set <sourceDirectories>
<sourceDirectory>src/main/scala</sourceDirectory>
</sourceDirectories>
<testSourceDirectories>
<testSourceDirectory>src/test/scala</testSourceDirectory>
</testSourceDirectories> in plugin's our pom always had <sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory> in |
Issue appears to be stale |
need to dedicate a little time soon... |
Describe the bug
Release 2.13-1.0.1625170289.4e4665d does not detect source files anymore:
Expected behavior
Sources should be detected.
Environment:
- OS:
Probably #149 introduced a regression.
The text was updated successfully, but these errors were encountered: