- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for MAVEN_OPTS (0.04 seconds)
-
apache-maven/src/assembly/maven/bin/mvnup
# ----------------------------------------------------------------------------- # Apache Maven Upgrade Script # # Environment Variable Prerequisites # # JAVA_HOME (Optional) Points to a Java installation. # MAVEN_OPTS (Optional) Java runtime options used when Maven is executed. # MAVEN_SKIP_RC (Optional) Flag to disable loading of mavenrc files. # -----------------------------------------------------------------------------
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 1.3K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvnDebug
# ----------------------------------------------------------------------------- # Apache Maven Debug Script # # Environment Variable Prerequisites # # JAVA_HOME (Optional) Points to a Java installation. # MAVEN_OPTS (Optional) Java runtime options used when Maven is executed. # MAVEN_SKIP_RC (Optional) Flag to disable loading of mavenrc files.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 18 11:01:21 GMT 2024 - 1.4K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvnyjp
# Apache Maven YourKit Profiler Startup Script # # Environment Variable Prerequisites # # JAVA_HOME Must point at your Java Development Kit installation. # MAVEN_OPTS (Optional) Java runtime options used when Maven is executed. # MAVEN_SKIP_RC (Optional) Flag to disable loading of mavenrc files. # -----------------------------------------------------------------------------
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 18 11:01:21 GMT 2024 - 1.4K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvnsh.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 -----------------------------------------------------------------------------
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 17 09:50:45 GMT 2024 - 1.7K bytes - Click Count (0) -
.github/workflows/maven.yml
cancel-in-progress: true # clear all permissions for GITHUB_TOKEN permissions: {} env: MIMIR_VERSION: 0.10.6 MIMIR_BASEDIR: ~/.mimir MIMIR_LOCAL: ~/.mimir/local MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/java_heapdump.hprof jobs: initial-build: runs-on: ubuntu-latest steps: - name: Set up JDKCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 04:24:24 GMT 2025 - 12.2K bytes - Click Count (0)