Hi All,

I wrote some integration test cases to test a web service. Here is my the
build section of maven configuration looks like.

* <build>*

*        <plugins>*

*            <plugin>*

*                <artifactId>maven-war-plugin</artifactId>*

*                <version>2.3</version>*

*                <configuration>*

*                    <webXml>src/main/webapp/WEB-INF/web.xml</webXml>*

*                    <warName>${name}</warName>*

*
<outputDirectory>/home/geesara/wso2/products/wso2as-5.3.0/repository/deployment/server/webapps</outputDirectory>*

*                    <goal>*

*                    </goal>*

*                </configuration>*

*            </plugin>*


*            <plugin>*

*                <artifactId>maven-compiler-plugin</artifactId>*

*                <version>3.1</version>*

*                <configuration>*

*                    <source>1.7</source>*

*                    <target>1.7</target>*

*                </configuration>*

*            </plugin>*


*            <plugin>*

*                <groupId>org.apache.maven.plugins</groupId>*

*                <artifactId>maven-failsafe-plugin</artifactId>*

*                <version>2.12.4</version>*

*                <executions>*

*                    <execution>*

*                        <id>integration-test</id>*

*                        <goals>*

*                            <goal>integration-test</goal>*

*                            <goal>verify</goal>*

*                        </goals>*

*                    </execution>*

*                </executions>*

*            </plugin>*

*        </plugins>*

*</build>*

As the $subject, How should we wait until web app has been deployed on the
server to execute integration test cases.

Thanks,


-- 
Geesara Prathap Kulathunga
Software Engineer
WSO2 Inc; http://wso2.com
phone: +940772684174
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to