Author: olamy Date: Fri Aug 31 20:13:42 2012 New Revision: 1379577 URL: http://svn.apache.org/viewvc?rev=1379577&view=rev Log: fix chrome profile to run google chrome
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=1379577&r1=1379576&r2=1379577&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:42 2012 @@ -204,7 +204,7 @@ <profile> <id>chrome</id> <properties> - <seleniumBrowser>*chrome</seleniumBrowser> + <seleniumBrowser>*googlechrome</seleniumBrowser> </properties> </profile> <profile> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org