Author: mwringe
Date: 2010-06-18 15:00:26 -0400 (Fri, 18 Jun 2010)
New Revision: 3388
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
GTNWSRP-46: test to see if this will get around a hudson bug.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-18 18:48:31 UTC (rev 3387)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-18 19:00:26 UTC (rev 3388)
@@ -69,6 +69,7 @@
</property>
</activation>
<properties>
+ <jboss.systemPath>${jboss.zip.url}</jboss.systemPath>
<JBOSS_HOME>${project.build.directory}/cargo/servers/jboss-5.1.0.GA</JBOSS_HOME>
</properties>
<dependencies>
@@ -78,7 +79,7 @@
<version>5.1.0.GA</version>
<scope>system</scope>
<type>zip</type>
- <systemPath>${jboss.zip.url}</systemPath>
+ <systemPath>${jboss.systemPath}</systemPath>
</dependency>
</dependencies>
<build>