Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wrapperSha256Sum (0.87 sec)

  1. mvnw

    wrapperSha256Sum=""
    while IFS="=" read -r key value; do
      case "$key" in (wrapperSha256Sum) wrapperSha256Sum=$value; break ;;
      esac
    done < "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.properties"
    if [ -n "$wrapperSha256Sum" ]; then
      wrapperSha256Result=false
      if command -v sha256sum > /dev/null; then
        if echo "$wrapperSha256Sum  $wrapperJarPath" | sha256sum -c > /dev/null 2>&1; then
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 16 20:48:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. mvnw.cmd

    @REM If specified, validate the SHA-256 sum of the Maven wrapper jar file
    SET WRAPPER_SHA_256_SUM=""
    FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
        IF "%%A"=="wrapperSha256Sum" SET WRAPPER_SHA_256_SUM=%%B
    )
    IF NOT %WRAPPER_SHA_256_SUM%=="" (
        powershell -Command "&{"^
           "$hash = (Get-FileHash \"%WRAPPER_JAR%\" -Algorithm SHA256).Hash.ToLower();"^
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 16 20:48:20 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top