Skip to content

Commit f7ed6c3

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
Modified the description again
1 parent 8b2902e commit f7ed6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/mta-cli/ref_mta-cli-analyze-flags.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following are the options that you can use together with the `mta-cli analyz
1515
|`--analyze-known-libraries` (bool)|Analyze open-source libraries.
1616
|`--disable-maven-search`| Set the flag to `true` to disable {ProductShortName} from relying on the Maven search index to determine if a dependency is publicly available (such as an open-source dependency) or internal to the Java binary application during analysis.
1717

18-
When you disable Maven search, {ProductShortName} at first tries to determine dependencies from the the JAR file's POM file (if any). If this method does not succeed, {ProductShortName} goes through the directory structure to determine dependencies. This method may not produce a reliable dependency classification since the package structure can differ from what is expected by {ProductShortName}. You may see more number of dependencies in the `dependencies.yaml` file because some dependencies may be wrongly classified as internal.
18+
When you disable Maven search, {ProductShortName} at first tries to determine dependencies from the the JAR file's POM file (if any). If this method does not succeed, {ProductShortName} goes through the directory structure to determine dependencies. This method may not produce a reliable dependency classification since the package structure can differ from what is expected by {ProductShortName}. You may see more number of incidents because some dependencies may be wrongly classified as internal.
1919

2020
By default, `--disable-maven-search` is set to `false`. Therefore, {ProductShortName} uses the SHA digest of the JAR file to search the Maven search index. This setting generates more accurate dependencies but the drawback is that the Maven search index is frequently unavailable.
2121
|`--context-lines` (int)|The number of lines of source code to include in the output for each incident. The default is 100.

0 commit comments

Comments
 (0)