File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ commands:
50
50
- id : dev-run
51
51
exec :
52
52
component : tools
53
- commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager '
53
+ commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
54
54
hotReloadCapable : true
55
55
group :
56
56
kind : run
@@ -59,7 +59,7 @@ commands:
59
59
- id : dev-debug
60
60
exec :
61
61
component : tools
62
- commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager - Ddebug=${DEBUG_PORT}'
62
+ commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
63
63
hotReloadCapable : true
64
64
group :
65
65
kind : debug
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ commands:
49
49
- id : dev-run
50
50
exec :
51
51
component : tools
52
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager '
52
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
53
53
hotReloadCapable : true
54
54
group :
55
55
kind : run
@@ -58,7 +58,7 @@ commands:
58
58
- id : dev-debug
59
59
exec :
60
60
component : tools
61
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager - Ddebug=${DEBUG_PORT}'
61
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
62
62
hotReloadCapable : true
63
63
group :
64
64
kind : debug
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ commands:
51
51
- id : dev-run
52
52
exec :
53
53
component : tools
54
- commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager '
54
+ commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
55
55
hotReloadCapable : true
56
56
group :
57
57
kind : run
@@ -60,7 +60,7 @@ commands:
60
60
- id : dev-debug
61
61
exec :
62
62
component : tools
63
- commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager - Ddebug=${DEBUG_PORT}'
63
+ commandLine : ' mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
64
64
hotReloadCapable : true
65
65
group :
66
66
kind : debug
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ commands:
50
50
- id : dev-run
51
51
exec :
52
52
component : tools
53
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager '
53
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
54
54
hotReloadCapable : true
55
55
group :
56
56
kind : run
@@ -59,7 +59,7 @@ commands:
59
59
- id : dev-debug
60
60
exec :
61
61
component : tools
62
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager - Ddebug=${DEBUG_PORT}'
62
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
63
63
hotReloadCapable : true
64
64
group :
65
65
kind : debug
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ commands:
50
50
- id : dev-run
51
51
exec :
52
52
component : tools
53
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager '
53
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0'
54
54
hotReloadCapable : true
55
55
group :
56
56
kind : run
@@ -59,7 +59,7 @@ commands:
59
59
- id : dev-debug
60
60
exec :
61
61
component : tools
62
- commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager - Ddebug=${DEBUG_PORT}'
62
+ commandLine : ' ./mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}'
63
63
hotReloadCapable : true
64
64
group :
65
65
kind : debug
You can’t perform that action at this time.
0 commit comments