RobSOAPUI
14 years agoNew Contributor
Where to specify host in POM
Hi,
I have specified the host / endPoint in my POM file but SOAPUI is not picking it up. SOAPUI still uses the host / endPoint from the SOAPUI XML file... any ideas?
<build>
<plugins>
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>3.6.1</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
<configuration>
<projectFile>src/test/soapui-project.xml</projectFile>
<host>http://someOtherServer:8080</host>
<endPoint>http://someOtherServer:8080</endPoint>
</configuration>
</plugin>
</plugins>
</build>
I have specified the host / endPoint in my POM file but SOAPUI is not picking it up. SOAPUI still uses the host / endPoint from the SOAPUI XML file... any ideas?
<build>
<plugins>
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>3.6.1</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
<configuration>
<projectFile>src/test/soapui-project.xml</projectFile>
<host>http://someOtherServer:8080</host>
<endPoint>http://someOtherServer:8080</endPoint>
</configuration>
</plugin>
</plugins>
</build>