Skip to content

Commit

Permalink
fix scalastyle#26 Change requiresDependencyResolution to NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
hzzhangyongxiang committed Apr 11, 2023
1 parent 1ac6315 commit fe886ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/**
* Entry point for scalastyle maven plugin.
*/
@Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, requiresProject = true, requiresDependencyResolution = ResolutionScope.TEST)
@Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, requiresProject = true, requiresDependencyResolution = ResolutionScope.NONE)
public class ScalastyleViolationCheckMojo extends AbstractMojo {

/**
Expand Down

0 comments on commit fe886ed

Please sign in to comment.