changeset 1128:a746c19af58f

Build fix review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-June/006927.html reviewed-by: omjaid, jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Mon, 03 Jun 2013 18:10:51 +0200
parents 66206bb82f43
children aa48ed4752c1
files system-backend/pom.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/system-backend/pom.xml	Mon Jun 03 10:47:01 2013 -0400
+++ b/system-backend/pom.xml	Mon Jun 03 18:10:51 2013 +0200
@@ -126,13 +126,15 @@
           </instructions>
         </configuration>
       </plugin>
-      
+            
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <!-- FIXME: the test need to link to agent-core native libraries -->
-            <argLine>-Djava.library.path=${project.build.directory}/../../agent/core/target/ ${coverageAgent}</argLine>
+            <systemPropertyVariables>
+              <com.redhat.thermostat.shared.loader.testNativesHome>${project.build.directory}/../../agent/core/target/</com.redhat.thermostat.shared.loader.testNativesHome>
+            </systemPropertyVariables>            
           </configuration>
       </plugin>