Skip to content

Instantly share code, notes, and snippets.

@keith-turner
Last active March 28, 2018 14:05
Show Gist options
  • Save keith-turner/b0a78e7be9a794847b5b2632b75af770 to your computer and use it in GitHub Desktop.
Save keith-turner/b0a78e7be9a794847b5b2632b75af770 to your computer and use it in GitHub Desktop.
Script to run Accumulo integration test
#!/bin/bash
mvn -Dit.test="$1" -Dtest=foo -Dfindbugs.skip -Dcheckstyle.skip -Drat.skip -Daccumulo.skip -Dapilyzer.skip -Dmdep.analyze.skip -Dmodernizer.skip -Dimpsort.skip -Dformatter.skip verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment