summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2011-04-12 14:04:56 +0200
committeryvesf <yvesf-git@xapek.org>2011-04-12 14:04:56 +0200
commit7ae48b2b9d749520ee28b7370f9c7c46a337529b (patch)
treeb5ad1db9daedb7b1b901df51c31f0e7dd9eb6f34 /pom.xml
parent9d295af293fb75d28989719b0f7d97b8acf39ce8 (diff)
downloaddhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.tar.gz
dhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.zip
Windows-Screenshots; Neue maven reports
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f43fa6a..b591a10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,31 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>1.5</targetJdk>
+ <excludes>
+ <exclude>**/*Bean.java</exclude>
+ <exclude>**/generated/*.java</exclude>
+ </excludes>
+ <!--
+ <excludeRoots>
+ <excludeRoot>target/generated-sources/stubs</excludeRoot>
+ </excludeRoots>
+ -->
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
</plugins>
</reporting>