You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/08/07 15:02:32 UTC

svn commit: r683607 - in /archiva/trunk: pom.xml src/main/assembly/src.xml

Author: brett
Date: Thu Aug  7 06:02:31 2008
New Revision: 683607

URL: http://svn.apache.org/viewvc?rev=683607&view=rev
Log:
fix source distribution

Modified:
    archiva/trunk/pom.xml
    archiva/trunk/src/main/assembly/src.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=683607&r1=683606&r2=683607&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Thu Aug  7 06:02:31 2008
@@ -969,7 +969,6 @@
                 <descriptor>src/main/assembly/src.xml</descriptor>
               </descriptors>
               <tarLongFileMode>gnu</tarLongFileMode>
-              <appendAssemblyId>false</appendAssemblyId>
               <finalName>apache-archiva-${project.version}-src</finalName>
             </configuration>
             <executions>

Modified: archiva/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/src/main/assembly/src.xml?rev=683607&r1=683606&r2=683607&view=diff
==============================================================================
--- archiva/trunk/src/main/assembly/src.xml (original)
+++ archiva/trunk/src/main/assembly/src.xml Thu Aug  7 06:02:31 2008
@@ -38,20 +38,20 @@
       <outputDirectory>/</outputDirectory>
       <excludes>
         <exclude>**/target/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
-        <exclude>archiva-webapp/src/main/webapp/META-INF/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/images/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/template/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/css/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
-        <exclude>archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/archiva-applet.jar</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/META-INF/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/images/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/template/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/classes/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/lib/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/database/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/css/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/template/redback/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/logs/**</exclude>
+        <exclude>**/archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
       </excludes>
     </fileSet>
     <fileSet>