Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-10-23 00:05:01 +0000
committerChris Aniszczyk2010-10-25 19:17:24 +0000
commitfac4a23ed70e737f0d2ccef0e3c5459c27edd7e3 (patch)
tree391f49d3848209b094ec561f2175f3dba683c713 /org.eclipse.egit.ui.test/pom.xml
parent35b34a1c2392070cb115754c2400b7d1ee68829f (diff)
downloadegit-fac4a23ed70e737f0d2ccef0e3c5459c27edd7e3.tar.gz
egit-fac4a23ed70e737f0d2ccef0e3c5459c27edd7e3.tar.xz
egit-fac4a23ed70e737f0d2ccef0e3c5459c27edd7e3.zip
Add FindBugs and CPD to the build
Bug: 327799 Change-Id: I5802ea361d82eceb283a91178b41f044c29c4df4 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.ui.test/pom.xml')
-rw-r--r--org.eclipse.egit.ui.test/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml
index 8e01071eda..445a614878 100644
--- a/org.eclipse.egit.ui.test/pom.xml
+++ b/org.eclipse.egit.ui.test/pom.xml
@@ -89,6 +89,14 @@
</dependencies>
</configuration>
</plugin>
+ <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>
</project>

Back to the top