Skip to content

Commit

Permalink
Merge pull request #62 from ThomasFondrillon/run-app-after-maven-test
Browse files Browse the repository at this point in the history
Run generated app after maven test
  • Loading branch information
a-thomas committed Apr 11, 2013
2 parents 4b0ed7b + 87d06dd commit fa471c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void buildWithMaven() {
goals.add("clean");
goals.add("install");
goals.add("android:deploy");
goals.add("android:run");
request.setGoals(goals);
request.setShowErrors(true);
request.setDebug(false);
Expand Down

0 comments on commit fa471c7

Please sign in to comment.