We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa60ff commit 7cd5fedCopy full SHA for 7cd5fed
core-it-suite/pom.xml
@@ -541,6 +541,8 @@ under the License.
541
<systemPropertyVariables>
542
<maven.version>${maven.version}</maven.version>
543
<maven.home>${preparedMavenHome}</maven.home>
544
+ <!-- TODO: This is for now legacy as Verifier is confused otherwise -->
545
+ <maven.mainClass>org.apache.maven.cli.MavenCli</maven.mainClass>
546
<maven.it.global-settings.dir>${project.build.testOutputDirectory}</maven.it.global-settings.dir>
547
</systemPropertyVariables>
548
</configuration>
0 commit comments