Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1249
It's a bit inelegant, but what if we do something like:
```
âââ metron-parsing
âââ metron-parsers
âââ metron-parsers-common
âââ metron-parsing-framework-storm
```
Later we could add metron-parsing-framework-common, etc.
There's still the slight difference between metron-parsing and
metron-parsers, but I think since metron-parsing is the overall parent, and
metron-parsers is just the parsers themselves, it's fairly clear.
Otherwise, someone might need to break out a thesaurus, because I'm awful
at naming things
---