Remove --offline mode from to_hosted.sh

Now that we aren't on any SNAPSHOT builds anymore we shouldn't be
worrying about network connections during random builds made by a
Gerrit developer.  So disabling network to build isn't needed.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-07-01 08:25:40 -07:00
parent 315b3aac3d
commit 91325aa69d

View File

@ -1,4 +1,4 @@
#!/bin/sh
mvn --offline war:inplace &&
mvn war:inplace &&
rm -f src/main/webapp/WEB-INF/lib/gerrit-*.jar