github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/acceptance/testdata/java/README.md (about) 1 ## Java acceptance test 2 3 On Mac, you can install Java and Maven with: 4 5 ```sh 6 brew cask install java 7 brew install maven 8 ``` 9 10 Run `mvn install` in this directory to get the jars locally for IDE support. 11 12 Run `mvn test` to run the tests.