<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</groupId>
		<artifactId>mobicents</artifactId>
		<version>7</version>
		<relativePath>../../parent/pom.xml</relativePath>
	</parent>
	
	<artifactId>mobicents-jainslee-server</artifactId>
	<version>1.2.2.GA</version>
	
	<packaging>pom</packaging>
	
	<name>Mobicents :: JAIN SLEE Server</name>
	
	<scm>
		<connection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/jain-slee/mobicents-jainslee-server-1.2.2.GA</connection>
		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/jain-slee/mobicents-jainslee-server-1.2.2.GA</developerConnection>
		<url>http://mobicents.googlecode.com/svn/tags/servers/jain-slee/mobicents-jainslee-server-1.2.2.GA</url>
	</scm>

	<modules>
		<module>core/jar</module>
		<module>core/ejb3-proxy</module>
		<module>core/rar</module>
		<module>tools/ant-tasks</module>
		<module>tools/cli</module>
		<module>core/sar</module>
		<module>tools/mmc</module>
	</modules>

	<profiles>
		<profile>
			<id>maven-release</id>
			<modules>
			
				<module>resources/asterisk</module>
				<module>resources/http-client</module>
				<module>resources/http-servlet</module>
				<module>resources/jcc</module>
				<module>resources/lab</module>
				<module>resources/parlay</module>
				<module>resources/persistence</module>
				<module>resources/rules</module>
				<module>resources/sip</module>
				<module>resources/sip11</module>
				<module>resources/smpp</module>
				<module>resources/tts</module>
				<module>resources/xmpp</module>

				<module>examples/asterisk</module>
				<module>examples/google-talk-bot</module>
				<module>examples/http-client</module>
				<module>examples/http-servlet</module>
				<module>examples/ldap</module>
				<module>examples/parlay</module>
				<module>examples/refer-example</module>
				<module>examples/sip-loadtest-with-dialogs</module>
				<module>examples/sip-loadtest-without-dialogs</module>
				<module>examples/sip11-loadtest-with-dialogs</module>
				<module>examples/sip11-loadtest-without-dialogs</module>
				<module>examples/sip11-b2b</module>
				<module>examples/sip11-fork</module>
				<module>examples/sip-services</module>
				<module>examples/sip-wake-up</module>
				<module>examples/training/example1</module>
				<module>examples/training/example2</module>
				<module>examples/training/example3</module>
				<module>examples/training/example4</module>
				<module>examples/training/example5</module>
				<module>examples/training/example6</module>
				<module>examples/training/example7</module>
				<module>examples/xmpp-component</module>
				
			</modules>
			<build>
				<plugins>
					<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-release-plugin</artifactId>
					<configuration>
						<autoVersionSubmodules>true</autoVersionSubmodules>
						<tagBase>https://mobicents.googlecode.com/svn/tags/servers/jain-slee</tagBase>
					</configuration>
					</plugin>
				</plugins>
			</build>		
		</profile>
	</profiles>
	
	<properties>		
		<!-- OTHER MOBICENTS COMPONENTS VERSIONS -->
		<mobicents.tools.mavenplugin.du.version>1.0.0.BETA2</mobicents.tools.mavenplugin.du.version>
		<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
	</properties>	
	
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-eclipse-plugin</artifactId>
   				<groupId>org.mobicents.tools</groupId>
    			<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
				<inherited>false</inherited>
				<executions />
				<configuration>
					<excludePoms>tools/maven-archetypes/**/pom.xml,tools/management-console/**/pom.xml,resources/sip11/tests/**/pom.xml</excludePoms>
					<classpathExcludes>
						<exclude>xml-apis:xml-apis</exclude>
						<exclude>jtidy:jtidy</exclude>
					</classpathExcludes>
					<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
					<eclipseProjectName>mobicents-jainslee-server</eclipseProjectName>
				</configuration>
			</plugin>
		</plugins>		
	</build>
	
	<!-- dupe info from parent, but it's only way to retrieve the parent without checkout -->

	<repositories>
		<repository>
			<id>jboss</id>
			<name>JBoss Repository</name>
			<url>http://repository.jboss.org/maven2</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>jboss-snapshots</id>
			<name>JBoss Snapshot Repository</name>
			<url>http://snapshots.jboss.org/maven2</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

</project>
