[MRM-1164] Add xvfb to run headless on vmbuild.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2009-05-14 14:32:58 +00:00
parent 137aca009c
commit dcc58f2859
1 changed files with 20 additions and 0 deletions

View File

@ -422,5 +422,25 @@
<selenium.browser>*custom ${browserPath}</selenium.browser>
</properties>
</profile>
<profile>
<id>headless</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<executions>
<execution>
<id>xvfb</id>
<phase>validate</phase>
<goals>
<goal>xvfb</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>