Fixed license header in run-its.bat file.

This commit is contained in:
Karl Heinz Marbaise 2017-01-29 21:43:27 +01:00
parent 393f614650
commit e54646c7d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
@REM How JvZ runs the ITs from a clean slate if it would be on Windows
@REM
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@ -19,6 +17,8 @@
@REM under the License.
@REM
@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
@REM If behind a proxy try this..