added verify goal for integration tests

This commit is contained in:
Claudia Agache
2020-09-29 11:28:07 +03:00
parent 880348dc35
commit 2f6b9b178a

View File

@@ -185,6 +185,7 @@
<phase>integration-test</phase> <phase>integration-test</phase>
<goals> <goals>
<goal>integration-test</goal> <goal>integration-test</goal>
<goal>verify</goal>
</goals> </goals>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
@@ -710,4 +711,4 @@
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>