Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Problem

The SeaLights build scan needs the prefix of the packages in order to focus the scan only on your code and not include third party code.
Sometimes you don't know what the package prefix is.

Solution

The Sealights build scanner provides the ability to show you a list of prefixes in a specific java artifact.
You do so by using the following command:

java -jar sl-build-scanner.jar -modules /path/to/artifact.jar

To avoid scanning unnecessary artifacts that could potentially create background noise, be sure to run the above command from the directory in which your artifact is located.



  • No labels