Author: ptahchiev
Date: Sat Feb  2 14:38:46 2008
New Revision: 617917

URL: http://svn.apache.org/viewvc?rev=617917&view=rev
Log:
Added the assembly descriptor

Added:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/assembly.xml
Modified:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml

Added: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/assembly.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/assembly.xml?rev=617917&view=auto
==============================================================================
--- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/assembly.xml (added)
+++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/assembly.xml Sat Feb  2 
14:38:46 2008
@@ -0,0 +1,7 @@
+<assembly>
+       <formats>
+               <format>zip</format>
+       </formats>
+       <includeBaseDirectory>true</includeBaseDirectory>
+       <baseDirectory>${cactus}</baseDirectory>
+</assembly>
\ No newline at end of file

Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml?rev=617917&r1=617916&r2=617917&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml (original)
+++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Sat Feb  2 14:38:46 
2008
@@ -269,6 +269,14 @@
             </archive>
           </configuration>
         </plugin>
+       <plugin>
+               <artifactId>maven-assembly-plugin</artifactId>
+               <configuration>
+                       <descriptors>
+                               <descriptor>assembly.xml</descriptor>
+                       </descriptors>
+               </configuration>
+       </plugin>
       </plugins>
                </pluginManagement>
        </build> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to