mahmud83 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

How to start multiple emulator and run different test suite on each emulator #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to start multiple emulators and run different test suites on each 
emulator. (E.g. start emulators named E1 and E2, and run 
com.example.myapp.test1 on E1 and com.example.myapp.test2 on E2) However, it 
seems that the pom file does not accept two <configuration> tags.  Is there a 
way to do that?

Thanks.

What version of maven-android-plugin are you using?
3.6

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: C:\Program Files\Maven\apache-maven-3.0.4
Java version: 1.6.0_37, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_37\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Original issue reported on code.google.com by hqfk...@gmail.com on 25 Nov 2013 at 4:56

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20