...
Build Scanner is executed during
process-classes
Tests executed during the
test
phase are captured
...
The option IncludeResources
will add the Sealights' text files (sltoken
and
...
buildSessionId
) to the target/classes
folder during process-classes
. These two text files will be added automatically to the artefact (.jar
, .war
,...) during the package phase as they're already placed in the relevant folder.
...
Note |
---|
The following versions are the minimum required for integration with Maven test runners:
|
In addition to the ‘automatic update of POM file', we have kept backward compatibility of integrating Sealights plugin with your Maven build manually as described in Legacy - Defining a Sealights profile in the pom.xml file.
This solution requires to manually edit your project’s pom.xml files and add explicitly the Sealights plugin definition and settings. If you're onboarding a new application please avoid this method.
...