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 + + + + + + +