You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/10/06 17:51:36 UTC

svn commit: r1005091 - /shindig/trunk/java/common/pom.xml

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>