Author: ltheussl
Date: Tue Apr 5 12:54:19 2011
New Revision: 1089008
URL: http://svn.apache.org/viewvc?rev=1089008&view=rev
Log:
run tests in headless mode
Modified:
maven/doxia/doxia/trunk/doxia-book/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=1089008&r1=1089007&r2=1089008&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Tue Apr 5 12:54:19 2011
@@ -126,6 +126,19 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- To be sure that JVM will implement AWT in software -->
+ <systemProperties>
+ <property>
+ <name>java.awt.headless</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
</plugins>
</build>