diff --git a/smali-integration-tests/pom.xml b/smali-integration-tests/pom.xml index 0097f5c4..b5775f34 100644 --- a/smali-integration-tests/pom.xml +++ b/smali-integration-tests/pom.xml @@ -7,9 +7,9 @@ 0.91-SNAPSHOT pom - org.jf - smali-pom - 0.91-SNAPSHOT + org.jf + smali-pom + 0.91-SNAPSHOT @@ -17,7 +17,7 @@ org.jf maven-smali-plugin - + junit-tests assemble @@ -31,60 +31,61 @@ maven-assembly-plugin - - - test - - single - - - - src/assemble/zip.xml - - - - + + + test + + single + + + + src/assemble/zip.xml + + + + - - org.jvending.masa.plugins - maven-adb-plugin - - - test - - push - - - ${project.build.directory}/${project.build.finalName}-zip.zip - /data/local/test.zip - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.1 - - - test - - exec - - - - - adb - - shell - dalvikvm - -cp - /data/local/junit-4.6.zip:/data/local/test.zip - org/junit/runner/JUnitCore - AllTests - - - - + + org.jvending.masa.plugins + maven-adb-plugin + + + test + + push + + + ${project.build.directory}/${project.build.finalName}-zip.zip + + /data/local/test.zip + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + + + test + + exec + + + + + adb + + shell + dalvikvm + -cp + /data/local/junit-4.6.zip:/data/local/test.zip + org/junit/runner/JUnitCore + AllTests + + + +