maven/its/run-its.bat

6 lines
211 B
Batchfile
Raw Normal View History

2014-02-08 14:41:24 -05:00
@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 );