commit | fde1c37d50ed8e12b5a2e83db500e7f9fadd0849 | [log] [tgz] |
---|---|---|
author | Christian Williams <xian@squareup.com> | Tue Jan 29 01:20:23 2013 |
committer | Christian Williams <xian@squareup.com> | Tue Jan 29 01:20:23 2013 |
tree | 68fe089f4806e073b714ba366e4104321cebe3be | |
parent | 33fee863ddc23a0746e38a49ffd4817e9f3827bd [diff] |
Change maven artifact groupId; move to 2.0-alpha-1-SNAPSHOT.
An Android Testing Framework
Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and IntelliJ can import the pom.xml file and will automatically generate their project files from it.
For more information about how to use Robolectric on your project, extend its functionality, and join the community of contributors, please see: http://pivotal.github.com/robolectric/index.html
If your build fails because of maps.jar is missing then install all the android extra and run:
git clone https://github.com/mosabua/maven-android-sdk-deployer.git cd maven-android-sdk-deployer/ maven install -P <ANDROID_VERSION>