Skip to content

Commit

Permalink
Remove unnecessary Maven profiles from devcontainer configuration (#7062
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pethers authored Jan 19, 2025
1 parent 3a067d1 commit b8f89e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"install",
"-pl",
"!com.hack23.cia:cia-dist-deb",
"-Prelease-site,all-modules",
"-DforkMode=once",
"-Dtest=!**ITest*,!**DocumentationTest*",
"-Dmaven.test.failure.ignore=true",
Expand All @@ -118,7 +117,6 @@
"install",
"-pl",
"!com.hack23.cia:cia-dist-deb,!com.hack23.cia:cia-dist-cloudformation",
"-Pall-modules",
"-DskipTests",
"-DfailIfNoTests=false",
"-Dsurefire.failIfNoSpecifiedTests=false"
Expand Down Expand Up @@ -189,4 +187,4 @@
"PGSSLCERT": "/home/vscode/.postgresql/root.crt"
},
"remoteUser": "vscode"
}
}

0 comments on commit b8f89e9

Please sign in to comment.