-diffpackages SELECTORS
Project
-
Example:
-diffpackages=!*.internal.*, * -
Pattern:
.*
You can use the -diffpackages instruction to specify the names of exported packages
to be baseline compared. The default is all exported packages.
Attributes
The following attributes can be specified on each package selector:
threshold
Specifies the minimum change level that should be reported. Valid values are MICRO, MINOR, or MAJOR. Changes below this threshold will be ignored during baselining.
Example:
-diffpackages: *;threshold=MAJOR
This will only report MAJOR changes and ignore MINOR and MICRO changes.
Examples
Exclude internal packages from baselining:
-diffpackages: !*.internal.*, *
Set threshold for changes:
-diffpackages: *;threshold=MINOR
