You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/05/28 20:18:09 UTC

[04/10] accumulo git commit: ACCUMULO-3856 Sort pom

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/master
Commit: f974f6d5022fba74736c4d0712533819b3ac01e9
Parents: 362b8ac
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu May 28 14:14:23 2015 -0400
Committer: Christopher Tubbs <ct...@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">