You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by vi...@apache.org on 2006/12/04 22:36:26 UTC

svn commit: r482369 - /incubator/qpid/trunk/qpid/java/distribution/pom.xml

Author: vinoski
Date: Mon Dec  4 13:36:21 2006
New Revision: 482369

URL: http://svn.apache.org/viewvc?view=rev&rev=482369
Log:
add qpid.targetDir property to control where assemblies go

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=482369&r1=482368&r2=482369
==============================================================================
--- incubator/qpid/trunk/qpid/java/distribution/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/distribution/pom.xml Mon Dec  4 13:36:21 2006
@@ -34,6 +34,7 @@
         <topDirectoryLocation>..</topDirectoryLocation>
         <java.source.version>1.5</java.source.version>
         <qpid.version>${pom.version}</qpid.version>
+        <qpid.targetDir>${project.build.directory}</qpid.targetDir>
     </properties>
 
     <dependencies>
@@ -74,6 +75,7 @@
                             <descriptor>src/main/assembly/bin.xml</descriptor>
                         </descriptors>
                         <finalName>qpid-${pom.version}</finalName>
+                        <outputDirectory>${qpid.targetDir}</outputDirectory>
                     </configuration>
                 </plugin>
                 <plugin>