diff --git a/pom.xml b/pom.xml
index 762329894d..5e6c9277a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@ limitations under the License.
gerrit-common
gerrit-cache-h2
gerrit-httpd
+ gerrit-gwtui
gerrit-launcher
gerrit-main
gerrit-openid
@@ -88,32 +89,15 @@ limitations under the License.
gerrit-gwtdebug
gerrit-war
- gerrit-extension-api
-
- gerrit-gwtui
-
gerrit-acceptance-tests
+ gerrit-extension-api
+ gerrit-plugin-api
+ gerrit-plugin-archetype
+ gerrit-plugin-gwtui
+ gerrit-plugin-js-archetype
+ gerrit-plugin-gwt-archetype
-
-
- all
-
- gerrit-plugin-api
- gerrit-plugin-archetype
- gerrit-plugin-gwtui
- gerrit-plugin-js-archetype
- gerrit-plugin-gwt-archetype
-
-
-
-
- true
-
- no-plugins
-
-
-
Apache License, 2.0
diff --git a/tools/release.sh b/tools/release.sh
index 4d2b26b2f5..d4590492ae 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-flags=-Pall
+flags=
while [ $# -gt 0 ]
do