Revision 59:aec66d83d091 pom.xml

View differences:

pom.xml
285 285
									<goal>test</goal>
286 286
								</goals>
287 287
								<phase>integration-test</phase>
288
								<configuration>
289
									<projectFile>${basedir}/test/soap-ui/UPass-soapui-project.xml</projectFile>
290
									<projectProperties>
291
										<projectProperty>invokerUsername=UpassAdmin</projectProperty>
292
										<projectProperty>invokerPassword=password</projectProperty>
293
									</projectProperties>
294
								</configuration>
295
							</execution>
296
							<execution>
297
								<id>MaybankFacadeTests</id>
298
								<goals>
299
									<goal>test</goal>
300
								</goals>
301
								<phase>integration-test</phase>
302
								<configuration>
303
									<projectFile>${basedir}/test/soap-ui/MaybankFacade-soapui-project.xml</projectFile>
304
								</configuration>
288 305
							</execution>
289 306
						</executions>
290 307
						<configuration>
291
							<projectFile>${basedir}/test/soap-ui/UPass-soapui-project.xml</projectFile>
292 308
							<host>localhost</host>
293 309
							<!-- <port>8080</port> -->
294 310
							<port>9090</port>
295 311
							<outputFolder>${project.build.directory}/surefire-reports</outputFolder>
296 312
							<junitReport>true</junitReport>
297 313
							<printReport>false</printReport>
298
							<projectProperties>
299
								<projectProperty>invokerUsername=UpassAdmin</projectProperty>
300
								<projectProperty>invokerPassword=password</projectProperty>
301
							</projectProperties>
302 314
						</configuration>
303 315
					</plugin>
304 316
				</plugins>

Also available in: Unified diff