1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Releng: Enable Apache PMD build reports

Change-Id: I99039197ab28e70ad013a7dbd4a59b2713bd768d
This commit is contained in:
Martin Oberhuber 2017-06-14 07:23:42 +02:00
parent 198e9602dc
commit ef6aeee516

View file

@ -74,7 +74,21 @@
</plugins>
</build>
</profile>
<profile>
<id>static-checks</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>tests</id>