Packaging the SeaLights Test Listener
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>copy-file</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<sourceFile>${sl.testListenerPath}</sourceFile>
<destinationFile>target/SeaLights/sl-test-listener.jar</destinationFile>
</configuration>
</execution>
</executions>
</plugin>
PreviousCapturing Unit Tests (UT) with the SeaLights Maven Plugin — Delta GuideNextSkipping Child Modules
Last updated
Was this helpful?

