You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2012/07/09 19:48:19 UTC

svn commit: r1359367 - /incubator/kalumet/trunk/kalumet-modules/console/pom.xml

Author: olamy
Date: Mon Jul  9 19:48:19 2012
New Revision: 1359367

URL: http://svn.apache.org/viewvc?rev=1359367&view=rev
Log:
don't write kalumet.xml in source tree when testing console module

Modified:
    incubator/kalumet/trunk/kalumet-modules/console/pom.xml

Modified: incubator/kalumet/trunk/kalumet-modules/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/console/pom.xml?rev=1359367&r1=1359366&r2=1359367&view=diff
==============================================================================
--- incubator/kalumet/trunk/kalumet-modules/console/pom.xml (original)
+++ incubator/kalumet/trunk/kalumet-modules/console/pom.xml Mon Jul  9 19:48:19 2012
@@ -132,6 +132,7 @@
           <path>/apache-kalumet-console</path>
           <systemProperties>
             <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+            <kalumet.home>${project.build.directory}</kalumet.home>
           </systemProperties>
         </configuration>
         <dependencies>