Minor improvement in release-script.sh

This commit is contained in:
Joakim Erdfelt 2024-05-03 11:26:44 -04:00
parent 724273be09
commit 8d39b9c9e4
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ reportMavenTestFailures() {
echo ""
if proceedyn "Are you sure you want to release using above? (y/N)" n; then
mvn clean install -pl build -Peclipse-release -Dmaven.build.cache.enabled=false
mvn clean install -pl build/build-resources/ -Peclipse-release -Dmaven.build.cache.enabled=false
echo ""
if proceedyn "Update VERSION.txt for $VER_RELEASE? (Y/n)" y; then
mvn -N -Pupdate-version generate-resources -Dmaven.build.cache.enabled=false