From b22f9e1e4d83e1a14b72f4de1bf292301632b2af Mon Sep 17 00:00:00 2001 From: asafambar Date: Wed, 28 Feb 2024 17:00:52 +0200 Subject: [PATCH] add curation support for maven --- jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md index 19aa062..1c1bb3d 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md @@ -21,7 +21,7 @@ Audit your Project with JFrog Curation **Note** -> The **curation-audit** command currently only supports npm projects. +> The **curation-audit** command currently only supports npm and maven projects. The **jf curation-audit** command enables developers to scan project dependencies to find packages that were blocked by the JFrog curation service. This command provides developers with more detailed information, such as whether the blocked package is the project’s direct dependency or is a transitive dependency. This information helps developers to resolve blocked packages more efficiently as they will be able to make a more informative decision based on what Policy violation occurred and what exactly needs to be resolved.