Add execution id
This commit is contained in:
parent
70424f5ab6
commit
b689dea488
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue