You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/06/02 17:26:08 UTC

git commit: try to fix run on CI server (cannot reproduce on my local machine...)

Updated Branches:
  refs/heads/master 06788b08b -> 483e94ab3


try to fix run on CI server (cannot reproduce on my local machine...)

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/483e94ab
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/483e94ab
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/483e94ab

Branch: refs/heads/master
Commit: 483e94ab3cc1bb51100ee04c982c8380e6584ed3
Parents: 06788b0
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 2 17:26:04 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 2 17:26:04 2013 +0200

----------------------------------------------------------------------
 .../src/test/resources/bootstrap/group-6/pom.xml   |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/483e94ab/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
index 4bc403d..f881809 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
@@ -67,5 +67,11 @@ under the License.
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency><!-- IT MNG-5482 -->
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-site-plugin</artifactId>
+      <version>3.2</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 </project>