Author: ritchiem
Date: Thu Jan 11 17:26:05 2007
New Revision: 495461
URL: http://svn.apache.org/viewvc?view=rev&rev=495461
Log:
Fixed assembly:directory target issue in distribution pom
Modified:
incubator/qpid/trunk/qpid/java/distribution/pom.xml
Modified: incubator/qpid/trunk/qpid/java/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/distribution/pom.xml?view=diff&rev=495461&r1=495460&r2=495461
==============================================================================
--- incubator/qpid/trunk/qpid/java/distribution/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/distribution/pom.xml Thu Jan 11 17:26:05 2007
@@ -84,6 +84,9 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>${assembly.version}</version>
<configuration>
+ <descriptors>
+
<descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
<finalName>qpid-${pom.version}</finalName>
<outputDirectory>${qpid.targetDir}</outputDirectory>
<tarLongFileMode>gnu</tarLongFileMode>