9 lines
195 B
Batchfile
9 lines
195 B
Batchfile
@ECHO OFF
|
|
|
|
IF "%1" == "off" (
|
|
SET MAVEN_OPTS=
|
|
) ELSE (
|
|
SET MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compile=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
|
|
)
|
|
|
|
SET MAVEN_OPTS |