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

Travis Crawford commented on HCATALOG-476:
------------------------------------------

Hey [~toffer] - removing ivy.xml was intentional. Notice how there's a pom.xml 
now, which is used to fetch dependencies. I'm testing the same thing for 
server-extensions now if you want to see another example.

When adding checkstyle I did touch a large number of files, mainly for these 
two cases:

* Remove unused imports
* Change the first line of the apache header from "/*" to "/**". The reason for 
this change is now we can compare the header to a known-good one, and the 
number-of-stars-on-the-first-line was mixed in the repo; this normalizes to two 
stars, and adds a check to keep the header consistent going forward.

You can take a look at 
https://github.com/traviscrawford/hcatalog/blob/HCATALOG-461_server_extensions_subproject/server-extensions/build.xml
 for an example of using build-common.xml along with a pom file. Once the test 
finish running I'll post this for review.
                
> add maven publishing support to hbase storage handler
> -----------------------------------------------------
>
>                 Key: HCATALOG-476
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-476
>             Project: HCatalog
>          Issue Type: Sub-task
>    Affects Versions: 0.5
>            Reporter: Francis Liu
>            Assignee: Francis Liu
>             Fix For: 0.5
>
>         Attachments: HCATALOG-476.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to