-
Notifications
You must be signed in to change notification settings - Fork 38
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
Change requiresDependencyResolution to NONE #26
Comments
IMO check style plugin should only care about the source codes, not their dependencies, agree to use |
I agree with that. |
baiyangtx
pushed a commit
to baiyangtx/scalastyle-maven-plugin
that referenced
this issue
Apr 11, 2023
I have submit a PR for this issue. #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We set
requiresDependencyResolution = TEST
and thus if a module depends on local module and the local module doesn't build yet, the goal will failed with:scalastyle-maven-plugin/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java
Line 59 in 1ac6315
While maven-checkstyle-plugin uses
requiresDependencyResolution = NONE
and avoid this problem.I'd like to understand whether this plugin can relax the requirement.
The text was updated successfully, but these errors were encountered: