File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo - Bundling Artifacts for OSSRH Repository Upload -
88echo ---------------------------------------------------
99
1010:: Define the Executables, so we don't have to rely on pathes:
11- set MVN_EXECUTABLE = " C:\Users\philipp\apps\apache-maven-3.9 .6\bin\mvn.cmd"
11+ set MVN_EXECUTABLE = " C:\Users\philipp\apps\apache-maven-3.8 .6\bin\mvn.cmd"
1212set GPG_EXECUTABLE = " C:\Program Files (x86)\gnupg\bin\gpg.exe"
1313
1414:: GPG Key ID used for signing:
@@ -21,16 +21,12 @@ set STDERR=stderr.log
2121:: POM File to use for building the project:
2222set POM_FILE = ..\pom.xml
2323
24- :: Prompt for Sonatype:
25- set /p SONATYPE_USER = " Sonatype User: "
26- set /p SONATYPE_PASSWORD = " Sonatype Password: "
27-
2824:: Prompt GPG Passphrase:
2925set /p GPG_PASSPHRASE = " GPG Signing Passphrase: "
3026
31271 > %STDOUT% 2 > %STDERR% (
3228
33- %MVN_EXECUTABLE% clean deploy -Prelease,docs-and-source --settings deploysettings.xml - DskipTests -Dgpg.keyname=%GPG_KEY_ID% -Dgpg.executable=%GPG_EXECUTABLE% -Dgpg.passphrase=%GPG_PASSPHRASE% -DretryFailedDeploymentCount=3 -f %POM_FILE%
29+ %MVN_EXECUTABLE% clean deploy -Prelease,docs-and-source -DskipTests -Dgpg.keyname=%GPG_KEY_ID% -Dgpg.executable=%GPG_EXECUTABLE% -Dgpg.passphrase=%GPG_PASSPHRASE% -DretryFailedDeploymentCount=3 -f %POM_FILE%
3430
3531)
3632
You can’t perform that action at this time.
0 commit comments