diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath> <goals> <goal>clean</goal> - <goal>integration-test</goal> + <goal>install</goal> </goals> </configuration> <executions> |