Skip to content

Instantly share code, notes, and snippets.

@buster95
Created February 13, 2025 03:16
Show Gist options
  • Save buster95/6703d1e45f12430ae67c20a3d0dadecc to your computer and use it in GitHub Desktop.
Save buster95/6703d1e45f12430ae67c20a3d0dadecc to your computer and use it in GitHub Desktop.
workspace examples
{
"folders": [
{
"path": ".",
},
{
"name": "frontend",
"path": "../frontend/infiniti-gold"
}
],
"tasks": {
"version": "2.0.0",
"tasks": [
{
"label": "deploy on aem",
"type": "shell",
"options": {
"cwd": "${workspaceFolder}"
},
"command": "mvn clean install -PautoInstallPackage -Dcq.port=4502 -Dmaven.test.skip=true -Dmaven.clover.skip=true",
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Build and deploy package on AEM"
}
]
},
"settings": {
"postman.settings.dotenv-detection-notification-visibility": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment