]> source.dussan.org Git - sonarqube.git/blob
385ec10f124a2e09fe821387b912a5fdedc60f1e
[sonarqube.git] /
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <groupId>fake.group</groupId>
5   <artifactId>fake.artifactId</artifactId>
6   <packaging>jar</packaging>
7   <version>1.0-SNAPSHOT</version>
8
9   <properties>
10     <sonar.reuseExistingRulesConfiguration>true</sonar.reuseExistingRulesConfiguration>
11   </properties>
12
13   <build>
14     <plugins>
15       <plugin>
16         <groupId>org.apache.maven.plugins</groupId>
17         <artifactId>maven-pmd-plugin</artifactId>
18         <!-- rulesets are not set in <configuration> -->
19       </plugin>
20     </plugins>
21   </build>
22 </project>