You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/06/01 22:24:37 UTC

svn commit: r410937 - in /geronimo/sandbox/gshell/trunk/gshell-retro-assembly: pom.xml src/main/assembly/bin.xml

Author: jdillon
Date: Thu Jun  1 13:24:37 2006
New Revision: 410937

URL: http://svn.apache.org/viewvc?rev=410937&view=rev
Log:
Cleaned up the retro assembly

Modified:
    geronimo/sandbox/gshell/trunk/gshell-retro-assembly/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-retro-assembly/src/main/assembly/bin.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-retro-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-retro-assembly/pom.xml?rev=410937&r1=410936&r2=410937&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-retro-assembly/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-retro-assembly/pom.xml Thu Jun  1 13:24:37 2006
@@ -45,7 +45,7 @@
                 <executions>
                     <execution>
                         <id>unpack-assembly</id>
-                        <phase>generate-sources</phase>
+                        <phase>compile</phase>
                         <goals>
                             <goal>unpack</goal>
                         </goals>
@@ -61,6 +61,27 @@
                             </artifactItems>
                             
                             <outputDirectory>${pom.basedir}/target/scratch</outputDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <copy todir="${pom.basedir}/target/scratch/gshell">
+                                    <fileset dir="${pom.basedir}/target/scratch/gshell-${pom.version}">
+                                        <include name="**"/>
+                                    </fileset>
+                                </copy>
+                            </tasks>
                         </configuration>
                     </execution>
                 </executions>

Modified: geronimo/sandbox/gshell/trunk/gshell-retro-assembly/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-retro-assembly/src/main/assembly/bin.xml?rev=410937&r1=410936&r2=410937&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-retro-assembly/src/main/assembly/bin.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-retro-assembly/src/main/assembly/bin.xml Thu Jun  1 13:24:37 2006
@@ -12,7 +12,7 @@
     
     <fileSets>
         <fileSet>
-            <directory>scratch/target/gshell-1.0.0-SNAPSHOT</directory>
+            <directory>target/scratch/gshell</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*</include>
@@ -22,7 +22,7 @@
         </fileSet>
         
         <fileSet>
-            <directory>scratch/target/gshell-1.0.0-SNAPSHOT/bin</directory>
+            <directory>target/scratch/gshell/bin</directory>
             <outputDirectory>bin</outputDirectory>
             <includes>
                 <include>gshell.bat</include>
@@ -32,7 +32,7 @@
         </fileSet>
         
         <fileSet>
-            <directory>scratch/target/gshell-1.0.0-SNAPSHOT/bin</directory>
+            <directory>target/scratch/gshell/bin</directory>
             <outputDirectory>bin</outputDirectory>
             <includes>
                 <include>gshell</include>