Skip to content

Commit 3ef5aed

Browse files
committed
report
1 parent c588c69 commit 3ef5aed

File tree

4 files changed

+22
-72
lines changed

4 files changed

+22
-72
lines changed

pom.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@
4444
source_directory 'src'
4545
final_name 'geomerative'
4646
end
47+
48+
reporting do
49+
plugin( :pmd, '3.6',
50+
'linkXRef' => 'true',
51+
'sourceEncoding' => 'utf-8',
52+
'minimumTokens' => '100',
53+
'targetJdk' => '${maven.compiler.target}' )
54+
end
55+
plugin( :checkstyle, '2.17',
56+
'configLocation' => 'config/sun_checks.xml'
57+
end
4758
end

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,15 @@ DO NOT MODIFIY - GENERATED CODE
8484
</plugin>
8585
</plugins>
8686
</build>
87+
<reporting>
88+
<plugins>
89+
<plugin>
90+
<groupId>org.apache.maven.plugins</groupId>
91+
<artifactId>maven-checkstyle-plugin</artifactId>
92+
<configuration>
93+
<configLocation>config/sun_checks.xml</configLocation>
94+
</configuration>
95+
</plugin>
96+
</plugins>
97+
</reporting>
8798
</project>
-16 KB
Binary file not shown.

src/org/apache/batik/svggen/font/Messages.java.bak

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)