<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>
	<prerequisites>
		<maven>2.0.7</maven>
	</prerequisites>
	
	<parent>
		<groupId>org.ow2</groupId>
		<artifactId>ow2</artifactId>
		<version>1.1</version>
	</parent>

	<!-- ============== -->
	<!-- Identification -->
	<!-- ============== -->

	<name>EasyWSDL parent</name>
	<artifactId>parent</artifactId>
	<groupId>org.ow2.easywsdl</groupId>
	<packaging>pom</packaging>
	<version>1.2</version>

	<organization>
		<name>eBM WebSourcing</name>
		<url>http://www.ebmwebsourcing.com</url>
	</organization>

	<inceptionYear>2008</inceptionYear>
	<description>EasyWSDL Library</description>

	<issueManagement>
		<url>http://forge.objectweb.org/tracker/?group_id=334</url>
	</issueManagement>

	<!-- Distribution -->
	<distributionManagement>
		<repository>
			<id>ow2</id>
			<name>OW2 Maven2 release repository</name>
			<url>scp://jupiter.objectweb.org:/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url>
		</repository>
		<snapshotRepository>
			<id>ow2</id>
			<name>OW2 Maven2 snapshot repository</name>
			<url>scp://jupiter.objectweb.org:/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot</url>
		</snapshotRepository>
	</distributionManagement>

	<scm>
		<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/easywsdl/tags/parent-1.2</connection>
		<developerConnection>scm:svn:svn+ssh://nboissel@svn.forge.objectweb.org/svnroot/easywsdl/tags/parent-1.2</developerConnection>
		<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/easywsdl/tags/parent-1.2</url>
	</scm>

	<mailingLists>
		<mailingList>
			<name>EasyWSDL Source Code Notification</name>
			<subscribe>
				easywsdl-commits-subscribe@ow2.org
			</subscribe>
			<unsubscribe>
				easywsdl-commits-unsubscribe@ow2.org
			</unsubscribe>
			<archive>
				http://mail-archive.objectweb.org/easywsdl-commits/index.html
			</archive>
		</mailingList>
		<mailingList>
			<name>EasyWSDL Users Mailing List</name>
			<subscribe>
				easywsdl-users-subscribe@ow2.org
			</subscribe>
			<unsubscribe>
				easywsdl-users-unsubscribe@ow2.org
			</unsubscribe>
			<archive>
				http://mail-archive.objectweb.org/easywsdl-users/index.html
			</archive>
		</mailingList>
		<mailingList>
			<name>EasyWSDL Developers Mailing List</name>
			<subscribe>
				easywsdl-dev-subscribe@ow2.org
			</subscribe>
			<unsubscribe>
				easywsdl-dev-unsubscribe@ow2.org
			</unsubscribe>
			<archive>
				http://mail-archive.objectweb.org/easywsdl-dev/index.html
			</archive>
		</mailingList>

	</mailingLists>

	<licenses>
		<license>
			<name>BSD License</name>
			<url>
				../../license.txt
			</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>Nicolas Boissel-Dallier</name>
			<id>nboissel</id>
			<email>nicolas.boissel-dallier@ebmwebsourcing.com</email>
			<organization>EBM WebSourcing</organization>
			<roles>
				<role>Project Leader</role>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<name>Nicolas Salatge</name>
			<id>nsalatge</id>
			<email>nicolas.salatge@ebmwebsourcing.com</email>
			<organization>EBM WebSourcing</organization>
			<roles>
				<role>Architect</role>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<name>Olivier Fabre</name>
			<id>ofabre</id>
			<email>olivier.fabre@ebmwebsourcing.com</email>
			<organization>EBM WebSourcing</organization>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<name>Christophe Hamerling</name>
			<id>chamerling</id>
			<email>christophe.hamerling@ebmwebsourcing.com</email>
			<organization>EBM WebSourcing</organization>
			<roles>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
	</developers>

	<properties>
		<cobertura.version>2.0-beta1</cobertura.version>
		<site.version>2.0-beta-4</site.version>
		<mprojectinfo.version>2.0-beta-3</mprojectinfo.version>
		<easymock.version>2.2</easymock.version>
		<umlgraph.version>4.6</umlgraph.version>
		<topDirectoryLocation>..</topDirectoryLocation>
	</properties>

	<repositories>
		<repository>
			<id>ebmws-public.release</id>
			<name>eBMWebsourcing Public Repository</name>
			<url>http://maven.ebmwebsourcing.com/public</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ebmws-public.snapshot</id>
			<name>eBMWebsourcing Snapshot Repository</name>
			<url>http://maven.ebmwebsourcing.com/public-snapshot</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>central</id>
			<name>OW2 Repository</name>
			<url>http://maven.ow2.org/maven2</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>maven</id>
			<url>http://repo1.maven.org/maven2/</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ow2-snapshot-repo</id>
			<name>OW2 Snapshot Repository</name>
			<url>http://maven.ow2.org/maven2-snapshot</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>private</id>
			<name>Private Repository</name>
			<url>
				file:${basedir}/${topDirectoryLocation}/etc/maven/private-repository
			</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>private</id>
			<name>Private Repository</name>
			<url>
				file:${basedir}/${topDirectoryLocation}/etc/maven/private-repository
			</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</pluginRepository>

		<!--
			| This repository is needed by the maven-checkstyle-plugin.
			| Remove it when the release 2.2 will be available.
			|-->
		<pluginRepository>
			<id>apache.snapshots</id>
			<name>Apache Snapshot Repository</name>
			<url>
				http://people.apache.org/repo/m2-snapshot-repository
			</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</pluginRepository>
				<!--
			| This repository is needed by the jaxb2-maven-plugin.
			|-->
		<pluginRepository>
			<id>codehaus.release</id>
			<name>CodeHaus Release Repository</name>
			<url>http://repository.codehaus.org</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</pluginRepository>
	</pluginRepositories>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.easymock</groupId>
				<artifactId>easymock</artifactId>
				<version>${easymock.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.easymock</groupId>
				<artifactId>easymockclassextension</artifactId>
				<version>${easymock.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>log4j</groupId>
				<artifactId>log4j</artifactId>
				<version>1.2.13</version>
			</dependency>
			<dependency>
				<groupId>commons-lang</groupId>
				<artifactId>commons-lang</artifactId>
				<version>2.1</version>
			</dependency>
			<dependency>
				<groupId>commons-io</groupId>
				<artifactId>commons-io</artifactId>
				<version>1.2</version>
			</dependency>
			<dependency>
				<groupId>org.jvnet.jaxb2_commons</groupId>
				<artifactId>runtime</artifactId>
				<version>0.4.1.5</version>
			</dependency>
			
			<!-- Tooling dependencies -->
			
			<dependency>
				<groupId>org.apache.axis2</groupId>
				<artifactId>axis2-jws-api</artifactId>
				<version>1.4.1</version>			
			</dependency>
			<dependency>
				<groupId>org.ow2.spec.ee</groupId>
				<artifactId>ow2-ejb-3.0-spec</artifactId>
				<version>1.0-M1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.ant</groupId>
				<artifactId>ant</artifactId>
				<version>1.7.1</version>
			</dependency>
			<dependency>
				<groupId>org.jdom</groupId>
				<artifactId>jdom</artifactId>
				<version>1.1</version>
			</dependency>
			
			<!-- Test dependencies -->
			<dependency>
				<groupId>junit</groupId>
				<artifactId>junit</artifactId>
				<version>3.8.1</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>wsdl4j</groupId>
				<artifactId>wsdl4j</artifactId>
				<version>1.6.2</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.apache.woden</groupId>
				<artifactId>woden-impl-dom</artifactId>
				<version>1.0M8</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>sawsdl4j</groupId>
				<artifactId>sawsdl4j</artifactId>
				<version>3M</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>jaxen</groupId>
				<artifactId>jaxen</artifactId>
				<version>1.1</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>net.sf.saxon</groupId>
				<artifactId>saxon</artifactId>
				<version>8.7</version>
				<scope>test</scope>
			</dependency>
			
		</dependencies>
	</dependencyManagement>
	<profiles>
		<!--
			| The following profile will be used when developping EasyWSDL.
			| It is activated by default.
		-->
		<profile>
			<id>development</id>
			<activation>
				<activeByDefault>true</activeByDefault>
			</activation>
			<properties>
				<java.compiler.showWarnings>
					true
				</java.compiler.showWarnings>
				<java.compiler.debug>true</java.compiler.debug>
				<java.compiler.optimize>false</java.compiler.optimize>
			</properties>
		</profile>
		<!--
			| The following profile will be used when releasing EasyWSDL.
		-->
		<profile>
			<id>release</id>
			<activation>
				<activeByDefault>false</activeByDefault>
			</activation>
			<properties>
				<java.compiler.showWarnings>
					false
				</java.compiler.showWarnings>
				<java.compiler.debug>false</java.compiler.debug>
				<java.compiler.optimize>true</java.compiler.optimize>
			</properties>
		</profile>
	</profiles>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-clean-plugin</artifactId>
					<version>2.1.1</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-release-plugin</artifactId>
					<version>2.0-beta-6</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-resources-plugin</artifactId>
					<version>2.2</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-jar-plugin</artifactId>
					<version>2.1</version>
					<configuration>
						<archive>
							<manifest>
								<addClasspath>true</addClasspath>
								<addExtensions />
								<classpathPrefix />
							</manifest>
							<manifestEntries>
								<mode>development</mode>
								<url>${pom.url}</url>
							</manifestEntries>
						</archive>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>2.0.1</version>
					<configuration>
						<source>1.5</source>
						<target>1.5</target>
						<showDeprecation>true</showDeprecation>
						<showWarnings>
							${java.compiler.showWarnings}
						</showWarnings>
						<fork>false</fork>
						<debug>${java.compiler.debug}</debug>
						<optimize>${java.compiler.optimize}</optimize>
					</configuration>
				</plugin>
				<plugin>
					<artifactId>maven-assembly-plugin</artifactId>
					<groupId>org.apache.maven.plugins</groupId>
					<version>2.1</version>
				</plugin>
				<plugin>
				<groupId>org.jvnet.jaxb2.maven2</groupId>
				<artifactId>maven-jaxb2-plugin</artifactId>
				<version>0.7.0</version>
				<executions>
					<execution>
						<goals>
							<goal>generate</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<plugins>
						<plugin>
							<groupId>org.jvnet.jaxb2_commons</groupId>
							<artifactId>basic</artifactId>
							<version>0.4.1.5</version>
						</plugin>
					</plugins>
				</configuration>
			</plugin>
			</plugins>
		</pluginManagement>

		<defaultGoal>install</defaultGoal>
	</build>

</project>