Author: jason.greene(a)jboss.com
Date: 2007-08-15 20:32:59 -0400 (Wed, 15 Aug 2007)
New Revision: 4300
Modified:
core/trunk/pom.xml
Log:
Run tests using loopback
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2007-08-15 22:02:36 UTC (rev 4299)
+++ core/trunk/pom.xml 2007-08-16 00:32:59 UTC (rev 4300)
@@ -98,6 +98,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>bind.address</name>
+ <value>127.0.0.1</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
<!-- the docbook generation plugin for the user guide -->
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
Show replies by date