HAWQ-186. Fix indent
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/996c0645 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/996c0645 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/996c0645 Branch: refs/heads/hawq-186_2 Commit: 996c06458d1fb4700ff7e96a5520a1bf3dd2636f Parents: e277d3c Author: Wen Lin <[email protected]> Authored: Fri Dec 18 16:55:22 2015 +0800 Committer: Wen Lin <[email protected]> Committed: Fri Dec 18 16:55:22 2015 +0800 ---------------------------------------------------------------------- contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/996c0645/contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml b/contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml index 0fe8b33..708a9e5 100644 --- a/contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml +++ b/contrib/hawq-hadoop/hawq-mapreduce-tool/pom.xml @@ -77,17 +77,17 @@ under the License. </goals> <configuration> <outputDirectory>./lib</outputDirectory> - <includeArtifactIds> - parquet-column, - parquet-common, - parquet-encoding, - parquet-format, - parquet-hadoop, - postgresql, - snakeyaml, - snappy-java - </includeArtifactIds> - </configuration> + <includeArtifactIds> + parquet-column, + parquet-common, + parquet-encoding, + parquet-format, + parquet-hadoop, + postgresql, + snakeyaml, + snappy-java + </includeArtifactIds> + </configuration> </execution> </executions> </plugin>
