You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/01/30 18:12:15 UTC

[2/3] maven-integration-testing git commit: Fixed license header in run-its.bat file.

Fixed license header in run-its.bat file.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/63bb5189
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/63bb5189
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/63bb5189

Branch: refs/heads/MNG-2199
Commit: 63bb5189a2875d57b7e2abed0c17e3fd95b902db
Parents: 98346dd
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Sun Jan 29 21:43:27 2017 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Sun Jan 29 21:43:27 2017 +0100

----------------------------------------------------------------------
 run-its.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/63bb5189/run-its.bat
----------------------------------------------------------------------
diff --git a/run-its.bat b/run-its.bat
index a932da9..8bb9faf 100644
--- a/run-its.bat
+++ b/run-its.bat
@@ -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..