Skip to content

Commit

Permalink
Run generated app after maven test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFondrillon committed Apr 8, 2013
1 parent 4b0ed7b commit 87d06dd
Showing 1 changed file with 1 addition and 0 deletions.
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 87d06dd

Please sign in to comment.