Skip to content

Instantly share code, notes, and snippets.

@astachelek
Last active December 25, 2015 19:39
Show Gist options
  • Save astachelek/7029396 to your computer and use it in GitHub Desktop.
Save astachelek/7029396 to your computer and use it in GitHub Desktop.
Instructions on how to build the TestRig using Maven from the command line.

Fixing parent pom.xml reference

Currently the pom.xml file in TestRigVerify has an invalid parent reference. To fix this update the parent artifactId from testrig-parent to testrig-coordinator.

Compiling via Maven

Use this command to build the TestRig, but be sure to include the correct path to your local install of the Android SDK.

$ mvn -Dandroid.sdk.path=path/to/Android/SDK/root android:deploy -Dmaven.test.skip=true -DtestDir=TestRigVerify clean install
@timjowers
Copy link

On Windows do a
mvn clean
mvn install
And then the command above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment