You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/01/10 16:32:29 UTC

svn commit: r367645 - in /maven/components/branches/maven-2.0.x/maven-core-it: it0086/ it0086/goals.txt it0086/pom.xml it0086/prebuild-hook.txt it0087/ it0087/goals.txt it0087/pom.xml it0087/prebuild-hook.txt

Author: jdcasey
Date: Tue Jan 10 07:32:23 2006
New Revision: 367645

URL: http://svn.apache.org/viewcvs?rev=367645&view=rev
Log:
Fixing it0086 it0087.

Added:
    maven/components/branches/maven-2.0.x/maven-core-it/it0086/
    maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt   (with props)
    maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml   (with props)
    maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt   (with props)
    maven/components/branches/maven-2.0.x/maven-core-it/it0087/
    maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt   (with props)
    maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml   (with props)
    maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt   (with props)

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt Tue Jan 10 07:32:23 2006
@@ -0,0 +1 @@
+validate

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/goals.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml Tue Jan 10 07:32:23 2006
@@ -0,0 +1,38 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <version>1.0</version>
+
+  <artifactId>it0086</artifactId>
+  
+  <name>Plugin Dependency Classloading Test</name>
+  
+  <description>
+    Ensure that classes in dependencies of the plugin can be loaded, both from the context loader and the plugin's classloader.
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-core-it-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            
+            <configuration>
+              <className>
+                bsh.Interpreter
+              </className>
+            </configuration>
+            <goals>
+              <goal>loadable</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt Tue Jan 10 07:32:23 2006
@@ -0,0 +1 @@
+rm ${artifact:org.apache.maven.plugins:maven-core-it-plugin:1.0-SNAPSHOT:maven-plugin}

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0086/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt Tue Jan 10 07:32:23 2006
@@ -0,0 +1 @@
+validate

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/goals.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml Tue Jan 10 07:32:23 2006
@@ -0,0 +1,47 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <version>1.0</version>
+
+  <artifactId>it0087</artifactId>
+
+  <name>POM Plugin-Dependency Classloading Test</name>
+  
+  <description>
+    Ensure that classes in dependencies specified in the POM's plugin configuration can be loaded, both from the context loader
+    and the plugin's classloader.
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-core-it-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        
+        <dependencies>
+          <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.0.3</version>
+          </dependency>
+        </dependencies>
+
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            
+            <configuration>
+              <className>
+                org.apache.commons.logging.LogFactory
+              </className>
+            </configuration>
+            <goals>
+              <goal>loadable</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt?rev=367645&view=auto
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt (added)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt Tue Jan 10 07:32:23 2006
@@ -0,0 +1 @@
+rm ${artifact:org.apache.maven.plugins:maven-core-it-plugin:1.0-SNAPSHOT:maven-plugin}

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0087/prebuild-hook.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"