Created
February 13, 2025 03:16
Revisions
-
buster95 revised this gist
Feb 13, 2025 . 1 changed file with 32 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,32 @@ { "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 } } -
buster95 created this gist
Feb 13, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@