Skip to content

Commit

Permalink
no offline mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 22, 2023
1 parent b684724 commit b7d0bc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"forwardPorts": [8080],
"containerEnv": { "JAVA_OPTS_IVY_SYSTEM": "-Ddev.mode=true -Divy.engine.testheadless=true" },
"postCreateCommand": "mkdir -p logs && rm -f logs/maven-nohup.out && nohup bash -c 'mvn --batch-mode dependency:go-offline &'> logs/maven-nohup.out",
"postStartCommand": "mkdir -p logs && rm -f logs/eninge-nohup.out && nohup bash -c '/usr/lib/axonivy-engine/bin/AxonIvyEngine &'> logs/engine-nohup.out",
"features": {
"ghcr.io/devcontainers/features/java:1": {
Expand Down

0 comments on commit b7d0bc9

Please sign in to comment.