Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MAVEN_OPTS (0.04 sec)

  1. apache-maven/src/assembly/maven/bin/mvn

            -e "s@\$MAVEN_PROJECTBASEDIR@$MAVEN_PROJECTBASEDIR@g")
    
          echo "$arg"
        done | \
        tr '\n' ' '
      fi
    }
    
    MAVEN_PROJECTBASEDIR="`find_maven_basedir "$@"`"
    MAVEN_OPTS="$MAVEN_OPTS `concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config"`"
    LAUNCHER_JAR=`echo "$MAVEN_HOME"/boot/plexus-classworlds-*.jar`
    LAUNCHER_CLASS=org.codehaus.plexus.classworlds.launcher.Launcher
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 24 09:49:07 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  2. Jenkinsfile

                if (isDeployedBranch()) {
                  withEnv(["JAVA_HOME=${tool "jdk_17_latest"}",
                           "PATH+MAVEN=${ tool "jdk_17_latest" }/bin:${tool "maven_3_latest"}/bin",
                           "MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) {
                    sh "mvn clean deploy -DdeployAtEnd=true -B"
                  }
                }
              }
            }
          }
        }
      }
    }
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 10 12:31:48 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. apache-maven/src/assembly/maven/bin/mvn.cmd

    @REM   MAVEN_BATCH_ECHO  (Optional) Set to 'on' to enable the echoing of the batch commands.
    @REM   MAVEN_BATCH_PAUSE (Optional) set to 'on' to wait for a key stroke before ending.
    @REM   MAVEN_OPTS        (Optional) Java runtime options used when Maven is executed.
    @REM   MAVEN_SKIP_RC     (Optional) Flag to disable loading of mavenrc files.
    @REM -----------------------------------------------------------------------------
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 24 09:49:07 UTC 2025
    - 9.6K bytes
    - Viewed (3)
Back to top