[java-idp-jetty-base] branch 12-windows updated: Cleanup helper bat file.
Codeberg
noreply at shibboleth.net
Tue Mar 10 11:34:48 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch 12-windows
in repository java-idp-jetty-base.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-jetty-base/commit/636c20620f416af5425538b5f4d1f74eb55cc9cd
The following commit(s) were added to refs/heads/12-windows by this push:
new 636c206 Cleanup helper bat file.
636c206 is described below
commit 636c20620f416af5425538b5f4d1f74eb55cc9cd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 10 11:27:19 2026 +0000
Cleanup helper bat file.
---
src/main/bin/SetVariables.bat | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/bin/SetVariables.bat b/src/main/bin/SetVariables.bat
index 2efebfc..60e9df6 100644
--- a/src/main/bin/SetVariables.bat
+++ b/src/main/bin/SetVariables.bat
@@ -1,16 +1,16 @@
-for /f "tokens=* USEBACKQ" %%F in (`findstr SNAPSHdOT pom.xml`) do (
+for /f "tokens=* USEBACKQ" %%F in (`findstr SNAPSHOT pom.xml`) do (
echo SNAPSHOT found in pom
echo %%F%
goto :done
)
REM the first flushes any repo issues
-cmd /c mvn -Dmaven.repo.local=%MAVEN_REPO% help:evaluate -D expression=project.version -q -D forceStdout > version.txt
-cmd /c mvn -Dmaven.repo.local=%MAVEN_REPO% help:evaluate -D expression=project.version -q -D forceStdout > version.txt
+cmd /c mvn help:evaluate -D expression=project.version -q -D forceStdout > version.txt
+cmd /c mvn help:evaluate -D expression=project.version -q -D forceStdout > version.txt
for /f "tokens=* USEBACKQ" %%F in (`type version.txt`) do (set VERSION=%%F)
-cmd /c mvn -Dmaven.repo.local=%MAVEN_REPO% help:evaluate -D expression=jetty.version -q -D forceStdout > version.txt
+cmd /c mvn help:evaluate -D expression=jetty.version -q -D forceStdout > version.txt
for /f "tokens=* USEBACKQ" %%F in (`type version.txt`) do (set JETTY_VERSION=%%F)
-cmd /c mvn -Dmaven.repo.local=%MAVEN_REPO% help:evaluate -D expression=jetty.revision -q -D forceStdout > version.txt
+cmd /c mvn help:evaluate -D expression=jetty.revision -q -D forceStdout > version.txt
for /f "tokens=* USEBACKQ" %%F in (`type version.txt`) do (set JETTY_REVISION=%%F)
SET XVersion=%JETTY_VERSION%.%JETTY_REVISION%
@@ -29,7 +29,7 @@ set REPO_ID=release
REM set NEXUS_URL=http://127.0.0.1:1581/nexus/content/repositories/snapshots
REM set REPO_ID=snapshot
-SET CL1=mvn -Dmaven.repo.local=%MAVEN_REPO% gpg:sign-and-deploy-file -Durl=%NEXUS_URL% -DrepositoryId=%REPO_ID%
+SET CL1=mvn gpg:sign-and-deploy-file -Durl=%NEXUS_URL% -DrepositoryId=%REPO_ID%
SET CL2=-Dfile=target/shibboleth-jetty-base-x64-%VERSION%.msi -DgroupId=net.shibboleth.idp -DartifactId=idp-jetty-base-windows
SET CL3=-Dversion=%VERSION% -DgeneratePom=false
REM Add -Dclassifier=msi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list