summaryrefslogtreecommitdiffstats
path: root/to_jetty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'to_jetty.sh')
-rwxr-xr-xto_jetty.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/to_jetty.sh b/to_jetty.sh
index c37bd08abe..3cf40fce1d 100755
--- a/to_jetty.sh
+++ b/to_jetty.sh
@@ -16,8 +16,8 @@ fi
ctx="$jetty/contexts/gerrit.xml" &&
-(cd appjar && mvn package) &&
-war=appjar/target/gerrit-*.war &&
+mvn package &&
+war=target/gerrit-*.war &&
cp $war "$jetty/webapps/gerrit.war" &&
if [ -f "$ctx" ]