Author: olamy
Date: Mon Sep 10 12:01:35 2012
New Revision: 1382779

URL: http://svn.apache.org/viewvc?rev=1382779&view=rev
Log:
now possible to run integration tests with the browser I prefer

Modified:
    tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml

Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1382779&r1=1382778&r2=1382779&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Mon Sep 10 
12:01:35 2012
@@ -38,8 +38,9 @@
   <properties>
     <archetypeVersion>2.2</archetypeVersion>
     <tomcatPluginVersion>${project.version}</tomcatPluginVersion>
-    <archetypeItGoalsBatch>clean,pre-integration-test</archetypeItGoalsBatch>
-    <archetypeItGoals>clean,install</archetypeItGoals>
+    <tomcatPluginSeleniumBrowser>firefox</tomcatPluginSeleniumBrowser>
+    
<archetypeItGoalsBatch>clean,pre-integration-test,-P${tomcatPluginSeleniumBrowser}</archetypeItGoalsBatch>
+    
<archetypeItGoals>clean,install,-P${tomcatPluginSeleniumBrowser}</archetypeItGoals>
   </properties>
   <build>
 
@@ -112,8 +113,8 @@
     <profile>
       <id>headless</id>
       <properties>
-        
<archetypeItGoalsBatch>clean,pre-integration-test,-Pheadless</archetypeItGoalsBatch>
-        <archetypeItGoals>clean,install,-Pheadless</archetypeItGoals>
+        
<archetypeItGoalsBatch>clean,pre-integration-test,-Pheadless,-P$(tomcatPluginSeleniumBrowser}</archetypeItGoalsBatch>
+        
<archetypeItGoals>clean,install,-Pheadless,,-P$(tomcatPluginSeleniumBrowser}</archetypeItGoals>
       </properties>
     </profile>
   </profiles>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to