Author: lindner
Date: Wed Oct 6 15:51:35 2010
New Revision: 1005091
URL: http://svn.apache.org/viewvc?rev=1005091&view=rev
Log:
SHINDIG-1440 | Buildsystem relies upon gui
Modified:
shindig/trunk/java/common/pom.xml
Modified: shindig/trunk/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=1005091&r1=1005090&r2=1005091&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Wed Oct 6 15:51:35 2010
@@ -68,6 +68,12 @@
<excludes>
<exclude>org/apache/shindig/common/testing/*.java</exclude>
</excludes>
+ <systemProperties>
+ <property>
+ <name>java.awt.headless</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
</plugins>