Created
February 13, 2025 03:16
-
-
Save buster95/6703d1e45f12430ae67c20a3d0dadecc to your computer and use it in GitHub Desktop.
workspace examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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