ACCUMULO-3856 Sort pom
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f974f6d5 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f974f6d5 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f974f6d5 Branch: refs/heads/1.7 Commit: f974f6d5022fba74736c4d0712533819b3ac01e9 Parents: 362b8ac Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu May 28 14:14:23 2015 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu May 28 14:14:23 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/f974f6d5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fc3be32..1bc9ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -755,8 +755,8 @@ <module name="OuterTypeFilename" /> <module name="LineLength"> <!-- needs extra, because Eclipse formatter ignores the ending left brace --> - <property name="max" value="200"/> - <property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/> + <property name="max" value="200" /> + <property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://" /> </module> <module name="AvoidStarImport" /> <module name="UnusedImports">