Hi Kenneth, thanks for sharing the link.
The Nutch build is still done by ant, I don't think that a Maven plugin can be used. The Eclipse Code Formatter (Nutch rules in https://github.com/apache/nutch/blob/master/eclipse-codeformat.xml) does only allow to define empty lines between import blocks. Best, Sebastian On 10/14/2017 04:58 AM, kenneth mcfarland wrote: > And in classic fashion I forgot to attach.. anyways here is a link if anyone > finds this a possible > positive > > http://code.revelc.net/impsort-maven-plugin/ > > Cheers > > On Fri, Oct 13, 2017 at 6:21 PM, kenneth mcfarland > <[email protected] > <mailto:[email protected]>> wrote: > > Greetings, > > I found what I believe could be a useful plugin to make consistency > requirements with respect to > import ordering. This would impose a strict ordering based on a defined > file that stating the > rules. This is currently used with Apache Fluo, and thought it might be > useful here. > > Before adding a JIRA I felt I would ask the community. Thank you! > > Sincerely, > Kenneth McFarland > >

