Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Last active August 29, 2015 14:01
Show Gist options
  • Save EmmanuelDemey/04be56a4c119ce67d71b to your computer and use it in GitHub Desktop.
Save EmmanuelDemey/04be56a4c119ce67d71b to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>maven-android-plugin</artifactId>
<version>3.9.0-SNAPSHOT</version>
<configuration>
<devices>
<device>127.0.0.1:5555</device>
</devices>
<ips>
<ip>127.0.0.1:5555</ip>
</ips>
<monkey>
<skip>false</skip>
<packages>
<package>com.worldline.techforum2014</package>
</packages>
<eventCount>1000</eventCount>
<createReport>true</createReport>
<ignoreCrashes>true</ignoreCrashes>
</monkey>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment