EdColeman commented on pull request #2220: URL: https://github.com/apache/accumulo/pull/2220#issuecomment-892095846
Can you provide more information? - What platform are you running on? - What command are you running? - What is the first or first few errors that you are getting? You can do the same build as the verification checks, but skipping all of the tests by running: `mvn package javadoc:jar -Psec-bugs -DskipITs=true -DskipTests=true` The javadoc and sec-bugs will add to the build time, but running those before submitting the PR can highlight issues that will fail the automatic build. This should also format the files to the community standards. More information on building is at (Building Accumulo](https://accumulo.apache.org/contributor/building) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
