Skip to main content
Skip table of contents

Prioritize - The Behavior of the Command Line Argument "analyzeMultiModuleExclusions"

Mend supports multi-module analysis as part of the Mend Prioritize offering. The command-line argument “analyzeMultiModuleExclusions” is one of the parameters that can be configured during the step of creating a setup file.

To learn more details on what is a setup file and the full list of parameters, please see this documentation: Scanning with Multi-Module Analysis

Description

Multi-module analysis can include exclusion rules to support automatic/default and manual exclusion of files that should not be considered by the Unified Agent as valid ‘appPath’ candidates.

This parameter enables users to specify patterns for file names that should not be analyzed.

  • List of files that can be used as ‘appPath’ candidates. e.g. package.json, project.jar, etc.

  • There must be two or more ‘appPath’ candidates in the same folder in order for this parameter to work. For example, if you have only 1 myapp-v8.1.0.jar, using analyzeMultiModuleExclusions wouldn’t affect anything and nothing will be excluded. However, if you have both myapp-v8.1.0-internal.jar and myapp-v8.1.0.jar. in the same directory, the following command would ignore myapp-v8.1.0-internal.jar:

    CODE
    java -jar wss-unified-agent.jar -d ./ -analyzeMultiModuleExclusions '**/*internal*' -analyzeMultiModule multimodule.txt

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.