mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 21:50:38 +00:00
Set the maven.multiModuleProjectDirectory system property which may be used by plugins
This commit is contained in:
@@ -200,6 +200,7 @@ public class DaemonMavenCli
|
|||||||
"-D%s system property is not set.", MULTIMODULE_PROJECT_DIRECTORY );
|
"-D%s system property is not set.", MULTIMODULE_PROJECT_DIRECTORY );
|
||||||
throw new ExitException( 1 );
|
throw new ExitException( 1 );
|
||||||
}
|
}
|
||||||
|
System.setProperty( "maven.multiModuleProjectDirectory", cliRequest.multiModuleProjectDirectory.toString() );
|
||||||
|
|
||||||
//
|
//
|
||||||
// Make sure the Maven home directory is an absolute path to save us from confusion with say drive-relative
|
// Make sure the Maven home directory is an absolute path to save us from confusion with say drive-relative
|
||||||
|
Reference in New Issue
Block a user