Skip to content

Commit eef4a91

Browse files
committed
Updating build script
1 parent 6b5fb08 commit eef4a91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release-jetty.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ DEPLOY_OPTS="-DskipTests -Dtest=None"
9191
# DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/"
9292

9393
# Uncomment for Java 1.7
94-
export MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=128m"
94+
# export MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=128m"
95+
export MAVEN_OPTS="-Xmx2g"
9596

9697
echo ""
9798
echo "-----------------------------------------------"
@@ -130,6 +131,7 @@ reportMavenTestFailures() {
130131

131132
echo ""
132133
if proceedyn "Are you sure you want to release using above? (y/N)" n; then
134+
mvn clean install -pl build-resources
133135
echo ""
134136
if proceedyn "Update VERSION.txt for $VER_RELEASE? (Y/n)" y; then
135137
# Uncomment alternate JVM for jetty 9.2 builds

0 commit comments

Comments
 (0)