git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@774787
13f79535-47bb-0310-9956-
ffa450edef68
<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>