Hi Rui Can you please try running
mvn clean install -DskipTests followed by mvn checkstyle:checkstyle Checkstyle check is also run via Github CI on PRs. Thanks Lokesh > On 05-Aug-2020, at 10:15 PM, Rui Wang <[email protected]> wrote: > > In fact, the failed PR style check tells me to run > ./dev-support/checks/checkstyle.sh :-) > > > > -Rui > un ./dev-support/checks/checkstyle.sh > > On Wed, Aug 5, 2020 at 9:41 AM Rui Wang <[email protected]> wrote: > >> Hi community, >> >> What is your development workflow to do style check and style fix when >> developing Ratis? I tried to use "mvn checkstyle:checkstyle", but it >> always fails on my local fork with >> >> [*ERROR*] Failed to execute goal on project ratis-common: *Could not >> resolve dependencies for project >> org.apache.ratis:ratis-common:jar:1.1.0-SNAPSHOT: Failure to find >> org.apache.ratis:ratis-proto:jar:1.1.0-SNAPSHOT in >> https://repository.apache.org/content/repositories/snapshots >> <https://repository.apache.org/content/repositories/snapshots> was cached >> in the local repository, resolution will not be reattempted until the >> update interval of apache.snapshots.https has elapsed or updates are forced* >> -> *[Help 1]* >> >> >> >> >> Thanks, >> Rui Wang >>
