<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-parent</artifactId>
		<version>2.19</version>
	</parent>

	<groupId>org.mobicents.tools</groupId>
	<artifactId>mobicents-simple-global-logging-configuration-parent</artifactId>
	<version>1.0.0</version>

	<name>Mobicents :: Simple Global Logging Configuration :: ${pom.artifactId}</name>

	<packaging>pom</packaging>

	<modules>
		<module>jar</module>
		<module>sar</module>
	</modules>

	<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>
					<eclipseProjectName>${pom.artifactId}</eclipseProjectName>
					<generateProjectsForModules>false</generateProjectsForModules>
				</configuration>
			</plugin>
		</plugins>       
	</build>

	<profiles>
		<profile>
			<id>maven-release</id>
			<modules />
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-release-plugin</artifactId>
						<version>2.0-beta-9</version>
						<configuration>
							<remoteTagging>true</remoteTagging>
							<autoVersionSubmodules>true</autoVersionSubmodules>
							<resume>false</resume>
							<tagBase>https://mobicents.googlecode.com/svn/tags/tools/simple-global-logging-configuration</tagBase>
						</configuration>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>

	<scm>
		<connection>scm:svn:https://mobicents.googlecode.com/svn/tags/mobicents-simple-global-logging-configuration-1.0.0</connection>
		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/mobicents-simple-global-logging-configuration-1.0.0</developerConnection>
		<url>http://mobicents.googlecode.com/svn/tags/mobicents-simple-global-logging-configuration-1.0.0</url>
	</scm>

	<!-- dupe info from parent, but it's only way to retrieve the parent without checkout -->
	<repositories>
		<repository>
			<id>jboss-public-repository-group</id>
			<name>JBoss Public Maven Repository Group</name>
			<url>https://repository.jboss.org/nexus/content/groups/public</url>
			<layout>default</layout>
			<releases>
				<enabled>true</enabled>
				<updatePolicy>never</updatePolicy>
			</releases>
			<snapshots>
				<enabled>true</enabled>
				<updatePolicy>never</updatePolicy>
			</snapshots>
		</repository>
	</repositories>

</project>
