Author: olamy
Date: Fri Jun 17 21:18:28 2011
New Revision: 1137029

URL: http://svn.apache.org/viewvc?rev=1137029&view=rev
Log:
headless  profile already exist

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml?rev=1137029&r1=1137028&r2=1137029&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml 
(original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml Fri 
Jun 17 21:18:28 2011
@@ -613,29 +613,6 @@
         <maxWaitTimeInMs>3600000</maxWaitTimeInMs>
       </properties>
     </profile>
-    <profile>
-      <id>xvfb</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>selenium-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>xvfb</id>
-                <phase>pre-integration-test</phase>
-                <goals>
-                  <goal>xvfb</goal>
-                </goals>
-                <configuration>
-                  <display>:2</display>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 
   <pluginRepositories>


Reply via email to