[ 
http://jira.codehaus.org/browse/MSELENIUM-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_114447
 ] 

Tomas Forsman commented on MSELENIUM-26:
----------------------------------------

Hi, here is the plugin part of the pom.

 <plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>selenium-maven-plugin</artifactId>
       <version>1.0-beta-2</version>
       <executions>
         <execution>
           <phase>pre-integration-test</phase>
           <goals>
             <goal>start-server</goal>
           </goals>
           <configuration>
             <background>true</background>
             <logOutput>true</logOutput>

<firefoxProfileTemplate>src/main/resources/selenium/templates/FT</firefoxProfileTemplate>
             <port>4000</port>
             <timeoutInSeconds>120</timeoutInSeconds>
             <debug>false</debug>
           </configuration>
         </execution>

         <execution>
           <id>stop</id>
           <phase>post-integration-test</phase>
           <goals>
             <goal>stop-server</goal>
           </goals>
         </execution>

       </executions>
     </plugin>

> Changing port in pom doesn't take effect
> ----------------------------------------
>
>                 Key: MSELENIUM-26
>                 URL: http://jira.codehaus.org/browse/MSELENIUM-26
>             Project: Maven 2.x Selenium Plugin
>          Issue Type: Bug
>          Components: start-server
>    Affects Versions: 1.0-beta-2
>            Reporter: Tomas Forsman
>            Assignee: Jason Dillon
>            Priority: Minor
>             Fix For: 1.0-beta-3
>
>
> Changing port with the 'port' tag in the pom, it doesn't take effect when 
> starting the server with 'mvn selenium:start-server'.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to