[ 
https://issues.apache.org/jira/browse/HIVE-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888786#comment-13888786
 ] 

Brock Noland commented on HIVE-6317:
------------------------------------

something like this should work:

{noformat}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>${maven.eclipse.plugin.version}</version>
        <configuration>
          <downloadJavadocs>true</downloadJavadocs>
          <downloadSources>true</downloadSources>
          
<workspaceActiveCodeStyleProfileName>GoogleStyle</workspaceActiveCodeStyleProfileName>
          
<workspaceCodeStylesURL>https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml</workspaceCodeStylesURL>
        </configuration>
      </plugin>
{noformat}

> Add eclipse code formatter to hive projects
> -------------------------------------------
>
>                 Key: HIVE-6317
>                 URL: https://issues.apache.org/jira/browse/HIVE-6317
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.12.0
>            Reporter: Swarnim Kulkarni
>
> Currently on hive trunk, it seems like the eclipse formatter doesn't get 
> automatically imported(it used to happen sometime ago). We should probably 
> fix that so all changes going forward are formatted consistently according to 
> this formatter.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to