[java-idp-jetty-base] branch 12-windows updated: Modify helper batch files

Rod Widdowson rdw at steadingsoftware.com
Tue Sep 10 13:19:21 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch 12-windows
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=e3d0fcf053b6fe14a7eea5a017951d6c45ad5fd9

The following commit(s) were added to refs/heads/12-windows by this push:
     new e3d0fcf  Modify helper batch files
e3d0fcf is described below

commit e3d0fcf053b6fe14a7eea5a017951d6c45ad5fd9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 10 14:17:39 2024 +0100

    Modify helper batch files
---
 src/main/bin/SetVariables.bat | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/bin/SetVariables.bat b/src/main/bin/SetVariables.bat
index 83efdab..2efebfc 100644
--- a/src/main/bin/SetVariables.bat
+++ b/src/main/bin/SetVariables.bat
@@ -1,5 +1,3 @@
- at echo off
-
 for /f "tokens=* USEBACKQ" %%F in (`findstr SNAPSHdOT pom.xml`) do (
 echo SNAPSHOT found in pom
 echo %%F%
@@ -28,12 +26,13 @@ set JETTY_TAG=%VERSION%-WINDOWS
 set NEXUS_URL=http://127.0.0.1:1581/nexus/content/repositories/releases
 set REPO_ID=release
 
-set NEXUS_URL=http://127.0.0.1:1581/nexus/content/repositories/snapshots
-set REPO_ID=snapshot
+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 CL2=-Dfile=target/shibboleth-jetty-base-x64-%VERSION%.msi -DgroupId=net.shibboleth.idp -DartifactId=idp-jetty-base-windows
-SET CL3=-Dversion=%VERSION% -DgeneratePom=false -Dclassifier=msi
+SET CL3=-Dversion=%VERSION% -DgeneratePom=false
+REM Add  -Dclassifier=msi
 Set SIGN_AND_DEPLOY=%CL1% %CL2% %CL3%
 echo %SIGN_AND_DEPLOY%
 :done

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list