<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.objectweb.fractal.cecilia.maven</groupId>
		<artifactId>maven-parent</artifactId>
		<version>2.0.3</version>
	</parent>

	<artifactId>maven-plugins-parent</artifactId>
	<name>Cecilia maven plugins parent module</name>
	<packaging>pom</packaging>

	<description>Parent module for Cecilia maven plugin modules.</description>

	<!-- Because of a bug in the maven-site-plugin, the URL of the project MUST 
		ends with a '/' which is not the case when using the basic maven
		inheritance mechanism -->
	<url>${cecilia.home.url}/${project.parent.artifactId}/${project.artifactId}/</url>

	<modules>
		<module>maven-car-plugin</module>
		<module>maven-cecilia-plugin</module>
	</modules>

	<developers>
		<!-- TODO write developers here -->
	</developers>

	<contributors>
		<!-- TODO write contributors here -->
	</contributors>

	<reporting>
		<plugins>
			<!-- project reports -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-project-info-reports-plugin</artifactId>
			</plugin>

			<!-- quality metrics -->
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jdepend-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</reporting>


	<scm>
		<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/cecilia-2.0.3/maven/plugins</connection>
		<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/cecilia-2.0.3/maven/plugins</developerConnection>
		<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/cecilia-2.0.3/maven/plugins</url>
	</scm>
</project>