diff options
author | Wendy Smoak <wsmoak@apache.org> | 2009-05-14 14:32:58 +0000 |
---|---|---|
committer | Wendy Smoak <wsmoak@apache.org> | 2009-05-14 14:32:58 +0000 |
commit | dcc58f2859650fb9215ceeef1472d3be1b2766a9 (patch) | |
tree | 2ea7fba1885f925d83fc245d82e5652f4e95a485 /archiva-modules/archiva-web/archiva-webapp-test | |
parent | 137aca009c0f9804ad69bbc6ad956bdc386ac4d9 (diff) | |
download | archiva-dcc58f2859650fb9215ceeef1472d3be1b2766a9.tar.gz archiva-dcc58f2859650fb9215ceeef1472d3be1b2766a9.zip |
[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
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 3b73486b6..63abdac4c 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -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> |