Author: olamy Date: Fri Aug 31 20:13:31 2012 New Revision: 1379576 URL: http://svn.apache.org/viewvc?rev=1379576&view=rev Log: add safari profile for selenium tests
Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml?rev=1379576&r1=1379575&r2=1379576&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml Fri Aug 31 20:13:31 2012 @@ -214,6 +214,12 @@ </properties> </profile> <profile> + <id>safari</id> + <properties> + <seleniumBrowser>*safari</seleniumBrowser> + </properties> + </profile> + <profile> <id>headless</id> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org