diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-13 01:32:45 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-13 01:32:45 +0000 |
commit | 56a5fe00c829a616178a2b95f371577fa4ff6db1 (patch) | |
tree | d39218e04ccfc20e66ddf7a52dee82c96233f997 /fop-util | |
parent | 6a719897d6f98ba89aa08e2f97b2b801be066cbf (diff) | |
download | xmlgraphics-fop-56a5fe00c829a616178a2b95f371577fa4ff6db1.tar.gz xmlgraphics-fop-56a5fe00c829a616178a2b95f371577fa4ff6db1.zip |
Fixups for ant targets, checkstyle, findbugs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-util')
-rw-r--r-- | fop-util/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fop-util/pom.xml b/fop-util/pom.xml index 831c645ab..72fb37b08 100644 --- a/fop-util/pom.xml +++ b/fop-util/pom.xml @@ -44,9 +44,7 @@ </plugin> <!-- code analysis - checkstyle --> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${checkstyle.plugin.version}</version> <configuration> <configLocation>${project.baseUri}../fop-core/src/tools/resources/checkstyle/checkstyle.xml</configLocation> <headerLocation>${project.baseUri}../fop-core/src/tools/resources/checkstyle/LICENSE.txt</headerLocation> |