- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for multiModuleProjectDirectory (0.29 seconds)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/CliRequest.java
/** * CliRequest */ @Deprecated public class CliRequest { String[] args; CommandLine commandLine; ClassWorld classWorld; String workingDirectory; File multiModuleProjectDirectory; Path rootDirectory; Path topDirectory; boolean verbose; boolean quiet; boolean showErrors = true; Properties userProperties = new Properties();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 2.8K bytes - Click Count (0) -
.mvn/readme.txt
The .mvn directory is needed to be able to use the ${maven.multiModuleProjectDirectory} property....Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Jul 06 06:09:20 GMT 2021 - 97 bytes - Click Count (0) -
.teamcity/mvnw.cmd
@REM work with both Windows and non-Windows executions. set MAVEN_CMD_LINE_ARGS=%* %MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* if ERRORLEVEL 1 goto error goto end :error set ERROR_CODE=1 :end @endlocal & set ERROR_CODE=%ERROR_CODE%
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 6.5K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn
\"-Dclassworlds.conf=$CLASSWORLDS_CONF\" \ \"-Dmaven.home=$MAVEN_HOME\" \ \"-Dmaven.mainClass=$MAVEN_MAIN_CLASS\" \ \"-Dlibrary.jline.path=${MAVEN_HOME}/lib/jline-native\" \ \"-Dmaven.multiModuleProjectDirectory=$MAVEN_PROJECTBASEDIR\" \ $LAUNCHER_CLASS \ $MAVEN_ARGS" # Add remaining arguments with proper quoting for arg in "$@"; do cmd="$cmd \"$arg\"" doneCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 9.2K bytes - Click Count (0)