diff --git a/pom.xml b/pom.xml index 22f46c848027..49e3793f4646 100644 --- a/pom.xml +++ b/pom.xml @@ -2715,6 +2715,27 @@ \n + + + Purge single returns tag multi line + (?m)^ */\*\*\n *\* *@return *(.*) *\n *\*/$ + /** Returns $1 */ + + + Purge single returns tag single line + ^ */\*\* *@return *(.*) *\*/$ + /** Returns $1 */ + ${session.executionRootDirectory}/dev-support/hbase_eclipse_formatter.xml