o use decoupled IT plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-23 19:26:16 +00:00
parent ca032b2190
commit deaa68fcee
1 changed files with 7 additions and 8 deletions

View File

@ -4,15 +4,16 @@
<groupId>org.apache.maven.its.it0087</groupId> <groupId>org.apache.maven.its.it0087</groupId>
<version>1.0</version> <version>1.0</version>
<artifactId>maven-it-it0087</artifactId> <artifactId>maven-it-it0087</artifactId>
<description>Verify that a project-level plugin dependency class can be loaded from both the plugin classloader <description>
and the context classloader available to the plugin.</description> Verify that a project-level plugin dependency class can be loaded from both the plugin classloader
and the 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>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
@ -20,11 +21,9 @@
<version>1.0.3</version> <version>1.0.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>
<execution> <execution>
<phase>validate</phase> <phase>validate</phase>
<configuration> <configuration>
<className> <className>
org.apache.commons.logging.LogFactory org.apache.commons.logging.LogFactory