diff options
author | yvesf <yvesf-git@xapek.org> | 2011-04-12 14:04:56 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-04-12 14:04:56 +0200 |
commit | 7ae48b2b9d749520ee28b7370f9c7c46a337529b (patch) | |
tree | b5ad1db9daedb7b1b901df51c31f0e7dd9eb6f34 /pom.xml | |
parent | 9d295af293fb75d28989719b0f7d97b8acf39ce8 (diff) | |
download | dhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.tar.gz dhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.zip |
Windows-Screenshots; Neue maven reports
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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> |