[MVERIFIER-16] Change execution of goals cause currently the integration tests running twice


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1672683 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9819424..3eb7d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,17 +136,18 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.10</version>
             <configuration>
               <goals>
-                <goal>verify</goal>
+                <goal>install</goal>
               </goals>
             </configuration>
             <executions>
               <execution>
                 <id>integration-test</id>
                 <goals>
-                  <goal>install</goal>
-                  <goal>run</goal>
+                  <goal>integration-test</goal>
+                  <goal>verify</goal>
                 </goals>
               </execution>
             </executions>