Add execution id

This commit is contained in:
Ben van Hartingsveldt 2024-12-02 13:47:25 +01:00
parent 70424f5ab6
commit b689dea488
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -44,11 +44,13 @@
<version>0.8.12</version> <version>0.8.12</version>
<executions> <executions>
<execution> <execution>
<id>prepare-agent</id>
<goals> <goals>
<goal>prepare-agent</goal> <goal>prepare-agent</goal>
</goals> </goals>
</execution> </execution>
<execution> <execution>
<id>report</id>
<phase>test</phase> <phase>test</phase>
<goals> <goals>
<goal>report</goal> <goal>report</goal>