You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2007/11/22 20:37:15 UTC

svn commit: r597482 - in /struts/struts2/trunk/assembly: pom.xml src/main/assembly/src.xml

Author: apetrelli
Date: Thu Nov 22 11:37:13 2007
New Revision: 597482

URL: http://svn.apache.org/viewvc?rev=597482&view=rev
Log:
WW-2329
Removed libs from source distribution.
Upgraded to Maven assembly plugin 2.2-beta-1.

Modified:
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/assembly/src/main/assembly/src.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=597482&r1=597481&r2=597482&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu Nov 22 11:37:13 2007
@@ -135,7 +135,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.0.1</version>
+                <version>2.2-beta-1</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/assembly/all.xml</descriptor>

Modified: struts/struts2/trunk/assembly/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/src.xml?rev=597482&r1=597481&r2=597482&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/src.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/src.xml Thu Nov 22 11:37:13 2007
@@ -24,20 +24,6 @@
     <format>zip</format>
   </formats>
   <includeBaseDirectory>true</includeBaseDirectory>
-  <dependencySets>
-    <dependencySet>
-      <outputDirectory>lib</outputDirectory>
-      <scope>optional</scope>
-    </dependencySet>
-    <dependencySet>
-      <outputDirectory>lib</outputDirectory>
-      <scope>compile</scope>
-    </dependencySet>
-    <dependencySet>
-      <outputDirectory>lib</outputDirectory>
-      <scope>provided</scope>
-    </dependencySet>
-  </dependencySets>
   <fileSets>
 
       <fileSet>
@@ -47,7 +33,6 @@
               <include>README*</include>
               <include>LICENSE*</include>
               <include>NOTICE*</include>
-              <include>build.xml</include>
           </includes>
       </fileSet>