summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-07 14:00:50 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-02-07 14:00:50 +0100
commita203162a09591803fca8411c87337bd916ebf51b (patch)
tree80c4a3aa67c948825c7dfd26dfe23959198127a2
parent4dacf22c41aa41c652ac1e898588acf2b10c489c (diff)
Don't clean on rebuild.
-rwxr-xr-xsame-android/full_build_and_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/same-android/full_build_and_run.sh b/same-android/full_build_and_run.sh
index a4f4c0d..720dae9 100755
--- a/same-android/full_build_and_run.sh
+++ b/same-android/full_build_and_run.sh
@@ -1,2 +1,2 @@
-(cd ../same; mvn clean compile test install)
+(cd ../same; mvn compile test install)
mvn compile package android:deploy android:run