Skip to content

Commit eeb235a

Browse files
phasenraum2010phasenraum2010
phasenraum2010
authored and
phasenraum2010
committed
small refactoring...
1 parent 3faaa80 commit eeb235a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

build.cmd

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
set SKIP_TESTS= -DskipTests=true
1+
@REM echo %JAVA_HOME%
2+
@REM echo %M2_HOME%
3+
@REM echo %M2_REPO%
4+
@REM echo %MAVEN_BATCH_ECHO%
5+
@REM echo %MAVEN_BATCH_PAUSE%
6+
@REM echo %MAVEN_OPTS%
27

3-
mvnw.cmd clean install dependency:tree %SKIP_TESTS%
8+
mvnw.cmd clean install dependency:tree

run.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvnw clean spring-boot:run
1+
mvnw.cmd clean spring-boot:run

0 commit comments

Comments
 (0)