EdColeman commented on issue #2153: URL: https://github.com/apache/accumulo/issues/2153#issuecomment-903728553
Are you able to build the base (main) branch? Some helpful documentation can be found at [building accumulo](https://accumulo.apache.org/contributor/building). When you submit a PR, there are a set of validations that will run - if you can follow the build instructions, running: ``` mvn clean verify package javadoc:jar -Psec-bugs -DskipITs=true -DskipTests=true ``` Will run the complete set of validations that the build process will run, skipping tests - running those successfully before submitting a PR will catch issues that would fail the process. If your PR adds or modifies tests, then you will want to make sure that your exercise those (again, see the building Accumulo for more details) If you have question with the issue, maybe ask direct questions where things are unclear? -- 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]
