Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein authored Mar 23, 2023
1 parent a58ca10 commit d3636d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
{
"label": "Run HTTP Server",
"type": "shell",
"command": "mvn jetty:run -Denv=dev '-Dlocal.configfile=./build.properties'",
"command": "mvn clean jetty:run -Denv=dev '-Dlocal.configfile=./build.properties'",
"group": "build"
},
{
"label": "Run stand-alone HTTP Server",
"type": "shell",
"command": "mvn jetty:run -Denv=dev '-Dlocal.configfile=./build.properties' -Pinclude-mapapps-deps",
"command": "mvn clean jetty:run -Denv=dev '-Dlocal.configfile=./build.properties' -Pinclude-mapapps-deps",
"group": "build"
},
{
"label": "Compress",
"type": "shell",
"command": "mvn install -P compress",
"command": "mvn clean install -P compress",
"group": "build"
},
{
Expand Down

0 comments on commit d3636d3

Please sign in to comment.