From a05623ebf9ff34846618c7494f3dc5460a99ef19 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Sat, 1 Mar 2008 15:41:37 +0000 Subject: [PATCH] o bumped to parent:8 o added maven-plugin-testing-harness in the dependencyManagement o added junit dependency git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@632600 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 388ed11..66b7955 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ maven-parent org.apache.maven - 8-SNAPSHOT + 8 ../pom/maven/pom.xml @@ -194,6 +194,12 @@ maven-plugin-tools-beanshell ${pluginToolsVersion} + + org.apache.maven.shared + maven-plugin-testing-harness + ${pluginTestingHarnessVersion} + test + org.apache.maven maven-plugin-descriptor @@ -214,7 +220,17 @@ + + + + junit + junit + 3.8.1 + + + 2.2-SNAPSHOT + 1.2-SNAPSHOT