From 3c1c831de4846f40fc635ed207ec87b2693e906f Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 27 Apr 2012 22:07:49 +0000 Subject: [PATCH 3/3] avoid it running twice git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1331611 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index e91055b..9fb212a 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -274,30 +274,23 @@ run-its - - - maven-invoker-plugin - - ${project.build.directory}/it - ${project.build.directory}/local-repo - - 3.0 - - - verify - - - - - integration-test + + + + maven-invoker-plugin + + ${project.build.directory}/it + ${project.build.directory}/local-repo + + 3.0 + - install - run + verify - - - - + + + +