blob: 9079eeeb120e8fa248fc16e20686ae84104e6c78 [file] [log] [blame]
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"command": "mvn",
"args": [
"clean",
"install",
"-DskipTests"
],
"tasks": [
{
"label": "mvn",
"type": "shell",
"command": "mvn",
"args": [
"clean",
"install",
"-DskipTests"
],
"problemMatcher": [],
"group": {
"_id": "build",
"isDefault": false
}
}
]
}