summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-06-02 09:10:51 -0700
committerShawn O. Pearce <sop@google.com>2009-06-02 09:10:51 -0700
commit480e16cff6b28569477d45fc7052acf422aab686 (patch)
treedf52c5885d8a174aee65b6901875827fbd81096f
parent2e4573b46409fc7481dbbf64b394bbc2e1ccff27 (diff)
Use mvn -offline mode when running ./to_hosted.sh
If we are setting up an area for the hosted development environment we probably are just switching from a normal target build to the weird hosted mode debugging. Rather than blocking on updates for plugins and so forth, just rely on what is in our repository. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rwxr-xr-xto_hosted.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/to_hosted.sh b/to_hosted.sh
index 247d3d1154..a2b3936282 100755
--- a/to_hosted.sh
+++ b/to_hosted.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-mvn war:inplace &&
+mvn --offline war:inplace &&
rm -f src/main/webapp/WEB-INF/lib/gerrit-*.jar