Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Dec 5, 2024
1 parent 186e4c2 commit 250d9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lib/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,12 @@ export async function createJavaBom(path, options) {
let result = undefined;
let mvnArgs;
if (isQuarkus) {
mvnArgs = ["-fn", "quarkus:dependency-sbom"];
// disable analytics. See: https://quarkus.io/usage/
mvnArgs = [
"-fn",
"quarkus:dependency-sbom",
"-Dquarkus.analytics.disabled=true",
];
} else {
const cdxMavenPlugin =
process.env.CDX_MAVEN_PLUGIN ||
Expand Down
2 changes: 1 addition & 1 deletion types/lib/cli/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 250d9ce

Please sign in to comment.