<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.mobicents.servlet.sip</groupId>
		<artifactId>sip-servlets-test-suite-applications</artifactId>
		<version>0.9</version>
	</parent>
	<artifactId>session-state-uac</artifactId>
	<packaging>war</packaging>
	<name>Session State UAC Sip Servlet Test</name>
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-war-plugin</artifactId>
				<configuration>
					<webXml>
						${basedir}/src/main/sipapp/WEB-INF/sip.xml
					</webXml>
					<warSourceDirectory>
						${basedir}/src/main/sipapp
					</warSourceDirectory>
				</configuration>
			</plugin>
		</plugins>
	</build>	
</project>