File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ DEPLOY_OPTS="-DskipTests -Dtest=None"
91
91
# DEPLOY_OPTS="$DEPLOY_OPTS -DaltDeploymentRepository=intarget::default::file://$ALT_DEPLOY_DIR/"
92
92
93
93
# 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"
95
96
96
97
echo " "
97
98
echo " -----------------------------------------------"
@@ -130,6 +131,7 @@ reportMavenTestFailures() {
130
131
131
132
echo " "
132
133
if proceedyn " Are you sure you want to release using above? (y/N)" n; then
134
+ mvn clean install -pl build-resources
133
135
echo " "
134
136
if proceedyn " Update VERSION.txt for $VER_RELEASE ? (Y/n)" y; then
135
137
# Uncomment alternate JVM for jetty 9.2 builds
You can’t perform that action at this time.
0 commit comments