<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>
	<groupId>org.codehaus.mojo</groupId>
	<artifactId>maven-linguine-maps-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<version>1.0.0-alpha-1</version>
	<name>maven-linguine-maps-plugin</name>
	<description>Maven 2 Linguine Maps plugin (simple wrapper)</description>
	<url></url>
	<repositories>
		<repository>
			<id>local-missing-artifacts</id>
			<name>locally saved missing artifacts</name>
			<url>file://C:/java/.ma/</url>
		</repository>
	</repositories>
	<organization>
		<name>Universiteit Gent</name>
		<url>http://www.UGent.be</url>
	</organization>
	<licenses>
		<license>
			<name>The MIT License</name>
			<url>LICENSE.txt</url>
			<comments>The MIT License</comments>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Jurgen De Landsheer</name>
			<id>jdlandsh</id>
			<email>Jurgen.DeLandsheer@UGent.be</email>
			<timezone>+1</timezone>
			<organization>UGent</organization>
			<organizationUrl>http://www.UGent.be/</organizationUrl>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
	</developers>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>testing</scope>
		</dependency>
		<dependency>
			<groupId>com.oy</groupId>
			<artifactId>oy-lm</artifactId>
			<version>1.3</version>
		</dependency>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-project</artifactId>
			<version>2.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-plugin-api</artifactId>
			<version>2.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.reporting</groupId>
			<artifactId>maven-reporting-api</artifactId>
			<version>2.0</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.reporting</groupId>
			<artifactId>maven-reporting-impl</artifactId>
			<version>2.0</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jalopy-maven-plugin</artifactId>
				<version>1.0-SNAPSHOT</version>
				<executions>
					<execution>
						<phase>process-sources</phase>
						<goals>
							<goal>format</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<failOnError>false</failOnError>
					<convention>jalopy.settings.xml</convention>
				</configuration>
			</plugin>
		</plugins>
	</build>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-plugin-plugin</artifactId>
				<!-- missing resource bundle when <>FR and <>EN -->
				<!-- build snapshot version 2.0.1 -->
				<!--version>2.0</version-->
				<version>2.0.1-SNAPSHOT</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<!-- missing resource bundle when <>FR and <>EN -->
				<!-- build snapshot version 2.0-alpha-3 -->
				<!--version>2.0-alpha-2</version-->
				<version>2.0-alpha-3-SNAPSHOT</version>
				<configuration>
					<failsOnError>false</failsOnError>
				</configuration>
			</plugin>
			<plugin>
				<!-- disable this plugin when you didn't generate the latest snapshot -->
				<!-- plugin not released yet -->
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jdepend-maven-plugin</artifactId>
				<version>2.0-beta-1-SNAPSHOT</version>
			</plugin>	
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.0-beta-3</version>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>surefire-report-maven-plugin</artifactId>
				<version>2.0-beta-1</version>
				<configuration>
					<testFailureIgnore>true</testFailureIgnore>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>taglist-maven-plugin</artifactId>
				<configuration>
					<multipleLineComments>true</multipleLineComments>
					<tags>TODO,FIXME</tags>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>maven-linguine-maps-plugin</artifactId>
				<version>1.0.0-alpha-1</version>
				<reportSets>
					<reportSet>
						<reports>
							<report>wsdlreport</report>
						</reports>
						<id>0</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/wsdl/reportservice.wsdl</inputfile>
							</inputfiles>
							<outputfile>test_wsdl.png</outputfile>
						</configuration>
					</reportSet>
					<reportSet>
						<reports>
							<report>dtdreport</report>
						</reports>
						<id>1</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/dtd/hibernate-mapping-3.0.dtd	</inputfile>
							</inputfiles>
							<outputfile>test_dtd.png</outputfile>
						</configuration>
					</reportSet>
					<reportSet>
						<reports>
							<report>antreport</report>
						</reports>
						<id>2</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/ant/build.xml</inputfile>
							</inputfiles>
							<outputfile>test_ant.png</outputfile>
						</configuration>
					</reportSet>
					<reportSet>
						<reports>
							<report>hbmreport</report>
						</reports>
						<id>3</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/hbm/Bezoek.hbm.xml</inputfile>
								<inputfile>src/test/resources/hbm/Bezoeker.hbm.xml</inputfile>
								<inputfile>src/test/resources/hbm/Contactpersoon.hbm.xml</inputfile>
								<inputfile>src/test/resources/hbm/Organisatie.hbm.xml</inputfile>
							</inputfiles>
							<outputfile>test_hbm.png</outputfile>
						</configuration>
					</reportSet>
					<reportSet>
						<reports>
							<report>objreport</report>
						</reports>
						<id>4</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/obj/repository_junit_reference.xml</inputfile>
							</inputfiles>
							<outputfile>test_obj.png</outputfile>
						</configuration>
					</reportSet>
					<reportSet>
						<reports>
							<report>antreport</report>
						</reports>
						<id>5</id>
						<configuration>
							<inputfiles>
								<inputfile>src/test/resources/ant/ant_task_build.xml</inputfile>
							</inputfiles>
							<outputfile>test_ant2.png</outputfile>
						</configuration>
					</reportSet>					
				</reportSets>
				<configuration>
					<graphVizExecutable>C:/Program Files/ATT/Graphviz/bin/dot.exe</graphVizExecutable>
				</configuration>
			</plugin>
		</plugins>
	</reporting>
</project>

