<project>
	<!-- Required by the following build tools:-->
	<!-- [Checkstyle|https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html] -->
	<!-- [Findbugs|https://gleclaire.github.io/findbugs-maven-plugin/examples/multi-module-config.html] -->
	<!-- [PMD|http://maven.apache.org/plugins/maven-pmd-plugin/examples/multi-module-config.html] -->

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.atlassian.rm</groupId>
		<artifactId>jira-portfolio-main</artifactId>
		<version>10.5.0-m0001</version>
	</parent>

	<artifactId>static-analysers</artifactId>

	<name>Static Analysers</name>

	<build>
		<plugins>
			<plugin>
				<groupId>org.jacoco</groupId>
				<artifactId>jacoco-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.sonarsource.scanner.maven</groupId>
				<artifactId>sonar-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>
