mirror of https://github.com/apache/archiva.git
[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:
parent
137aca009c
commit
dcc58f2859
archiva-modules/archiva-web/archiva-webapp-test
|
@ -422,5 +422,25 @@
|
||||||
<selenium.browser>*custom ${browserPath}</selenium.browser>
|
<selenium.browser>*custom ${browserPath}</selenium.browser>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue