GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1674
[ZEPPELIN-1695] Apply regular maven indent ### What is this PR for? **First of all, this PR doesn't affect on runtime application behaivor and existing build processes. Just styling all pom.xml files** We have not standardized maven indent currently. I referred [maven code convention](https://maven.apache.org/developers/conventions/code.html) and applied it to this PR. This is the sub issue of https://github.com/apache/zeppelin/pull/1662 ### What type of PR is it? [Improvement] ### What is the Jira issue? [ZEPPELIN-1695](https://issues.apache.org/jira/browse/ZEPPELIN-1695) ### How should this be tested? CI will be enough. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? - NO * Is there breaking changes for older versions? - NO * Does this needs documentation? - NO You can merge this pull request into a Git repository by running: $ git pull https://github.com/1ambda/zeppelin style/fix-indent-all-pom-files Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1674.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1674 ---- commit 277370d2c2ab6dac12891270daa579e087e15aab Author: 1ambda <1am...@gmail.com> Date: 2016-11-24T07:49:03Z style: Apply regular maven indent ref - https://maven.apache.org/developers/conventions/code.html ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---