mirror of https://github.com/apache/maven.git
6 lines
211 B
Batchfile
6 lines
211 B
Batchfile
|
@REM How JvZ runs the ITs from a clean slate if it would be on Windows
|
||
|
|
||
|
mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo
|
||
|
|
||
|
|
||
|
suite.addTestSuite( MavenITmng5572ReactorPluginExtensionsTest.class );
|