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/08/10 01:47:55 UTC

svn commit: r430190 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets: dependencySet-notUnpacked/child1/ dependencySet-notUnpacked/child2/ dependencySet-withExecutedProject/ dependencySet-withExecutedProject/child1/ ...

Author: jdcasey
Date: Wed Aug  9 16:47:53 2006
New Revision: 430190

URL: http://svn.apache.org/viewvc?rev=430190&view=rev
Log:
[MASSEMBLY-124] Added integration test proving that this is fixed since the refactor.

Added:
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java   (with props)
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/verify.bsh
Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child1/pom.xml
    maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child2/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child1/pom.xml?rev=430190&r1=430189&r2=430190&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child1/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child1/pom.xml Wed Aug  9 16:47:53 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?><project>
   <parent>
-    <artifactId>dependencySet-unpacked</artifactId>
+    <artifactId>dependencySet-notUnpacked</artifactId>
     <groupId>test</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
@@ -18,4 +18,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child2/pom.xml?rev=430190&r1=430189&r2=430190&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child2/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-notUnpacked/child2/pom.xml Wed Aug  9 16:47:53 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?><project>
   <parent>
-    <artifactId>dependencySet-unpacked</artifactId>
+    <artifactId>dependencySet-notUnpacked</artifactId>
     <groupId>test</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
@@ -44,4 +44,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml Wed Aug  9 16:47:53 2006
@@ -0,0 +1,21 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>dependencySet-withExecutedProject</artifactId>
+    <groupId>test</groupId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <artifactId>child1</artifactId>
+  <name>Maven Quick Start Archetype</name>
+  <version>1.0-SNAPSHOT</version>
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java Wed Aug  9 16:47:53 2006
@@ -0,0 +1,13 @@
+package test;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java Wed Aug  9 16:47:53 2006
@@ -0,0 +1,38 @@
+package test;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child1/src/test/java/test/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml Wed Aug  9 16:47:53 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>dependencySet-withExecutedProject</artifactId>
+    <groupId>test</groupId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <artifactId>child2</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+  <dependencies>
+    <dependency>
+      <groupId>test</groupId>
+      <artifactId>child1</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-binary-assembly</id>
+            <phase>package</phase>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assemble/bin.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <goals>
+              <goal>directory</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml Wed Aug  9 16:47:53 2006
@@ -0,0 +1,15 @@
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <dependencySets>
+    <dependencySet>
+      <unpack>false</unpack>
+      <outputDirectory>lib</outputDirectory>
+      <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
+      <scope>runtime</scope>
+    </dependencySet>
+  </dependencySets>
+</assembly>

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java Wed Aug  9 16:47:53 2006
@@ -0,0 +1,13 @@
+package test;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/child2/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt Wed Aug  9 16:47:53 2006
@@ -0,0 +1 @@
+package

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/goals.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml Wed Aug  9 16:47:53 2006
@@ -0,0 +1,13 @@
+<?xml version="1.0"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>test</groupId>
+  <artifactId>dependencySet-withExecutedProject</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>child1</module>
+    <module>child2</module>
+  </modules>
+</project>

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml Wed Aug  9 16:47:53 2006
@@ -0,0 +1,15 @@
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <dependencySets>
+    <dependencySet>
+      <unpack>false</unpack>
+      <outputDirectory>lib</outputDirectory>
+      <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
+      <scope>runtime</scope>
+    </dependencySet>
+  </dependencySets>
+</assembly>

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java Wed Aug  9 16:47:53 2006
@@ -0,0 +1,13 @@
+package test;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/src/main/java/test/App.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/verify.bsh?rev=430190&view=auto
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/verify.bsh (added)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/basic-features/dependency-sets/dependencySet-withExecutedProject/verify.bsh Wed Aug  9 16:47:53 2006
@@ -0,0 +1,17 @@
+import java.io.*;
+import java.net.*;
+import java.util.jar.*;
+
+boolean result = true;
+
+try
+{
+    result = new File( basedir, "child2/target/child2-1.0-SNAPSHOT-bin.dir/lib/child1.jar" ).exists();   
+}
+catch( IOException e )
+{
+    e.printStackTrace();
+    result = false;
+}
+
+return result;