Author: ccustine
Date: Thu Sep 10 21:11:47 2009
New Revision: 813591
URL: http://svn.apache.org/viewvc?rev=813591&view=rev
Log:
Trying to fix corrupt tar.gz files on Nexus deploy from Hudson.
Modified:
felix/trunk/karaf/assembly/pom.xml
Modified: felix/trunk/karaf/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/pom.xml?rev=813591&r1=813590&r2=813591&view=diff
==============================================================================
--- felix/trunk/karaf/assembly/pom.xml (original)
+++ felix/trunk/karaf/assembly/pom.xml Thu Sep 10 21:11:47 2009
@@ -382,8 +382,10 @@
<descriptor>src/main/descriptors/windows-bin.xml</descriptor>
</descriptors>
<finalName>${pom.artifactId}-${pom.version}</finalName>
+<!--
<appendAssemblyId>true</appendAssemblyId>
<assemblyId/>
+-->
</configuration>
</execution>
<execution>