mirror of https://github.com/apache/maven.git
o aligning with new decoupled IT plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a02a97a696
commit
ca032b2190
|
@ -4,19 +4,16 @@
|
||||||
<groupId>org.apache.maven.its.it0086</groupId>
|
<groupId>org.apache.maven.its.it0086</groupId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<artifactId>maven-it-it0086</artifactId>
|
<artifactId>maven-it-it0086</artifactId>
|
||||||
<description>Verify that a plugin dependency class can be loaded from both the plugin classloader and the
|
<description>Verify that a plugin dependency class can be loaded from both the plugin classloader and the context classloader available to the plugin.</description>
|
||||||
context classloader available to the plugin.</description>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
<artifactId>maven-core-it-plugin</artifactId>
|
<artifactId>maven-it-plugin-loadable</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>validate</phase>
|
<phase>validate</phase>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<className>
|
<className>
|
||||||
bsh.Interpreter
|
bsh.Interpreter
|
||||||
|
|
Loading…
Reference in New Issue