Skip to content

Instantly share code, notes, and snippets.

@buster95
Created February 13, 2025 03:16

Revisions

  1. buster95 revised this gist Feb 13, 2025. 1 changed file with 32 additions and 1 deletion.
    33 changes: 32 additions & 1 deletion project1.code-workspace
    Original 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
    }
    }
  2. buster95 created this gist Feb 13, 2025.
    1 change: 1 addition & 0 deletions project1.code-workspace
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​