From 3fbf27df2621774e6e529d9490be7428a6b59767 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 19 Oct 2006 20:49:27 +0000 Subject: [PATCH] o adding IT it0086 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465860 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0086/pom.xml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 maven-core-integration-tests/src/test/resources/it0086/pom.xml diff --git a/maven-core-integration-tests/src/test/resources/it0086/pom.xml b/maven-core-integration-tests/src/test/resources/it0086/pom.xml new file mode 100644 index 0000000000..031adba3e4 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0086/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + org.apache.maven.it + 1.0 + + it0086 + + Verify that a plugin dependency class can be loaded from both the plugin classloader and the + context classloader available to the plugin. + + Plugin Dependency Classloading Test + + + + + + + org.apache.maven.plugins + maven-core-it-plugin + 1.0 + + + + validate + + + + bsh.Interpreter + + + + loadable + + + + + + +