@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface RuntimeMavenConfiguration
MavenConfiguration applied to the Mule Runtime.
When used in a static method, it will be called for generating the MavenConfiguration The signature required for the
method is:
static MavenConfiguration methodName();
When used in a static field, the generated value will be injected for the test class to use. Expected field definition is:
static MavenConfiguration fieldName;
The values set in thins configuration will then be used as startupArgs with the prefix `-M-DmuleRuntimeConfig.maven` when
starting the Mule Runtime.Copyright © 2022 MuleSoft, Inc.. All rights reserved.