Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

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.

...

Code Block
themeConfluence
firstline1
titleCommand Reference
java -jar sl-build-scanner.jar -modules [-r] [-modulePathLength <arg>] 


ParameterDescription
r
Recursive search all folders under the workspace path
modulePathLength
Print modules with the length provided as a parameter (default value is 2).
For example, two significant names will appear as io.sealights.* and single will appear as io.*

...