Github user shivzone commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1304#discussion_r147497471
--- Diff: pxf/build.gradle ---
@@ -197,14 +197,9 @@ project('pxf-service') {
tasks.war {
archiveName = 'pxf.war'
processResources {
- filesMatching('**/pxf-private*.classpath') {
+ filesMatching('**/pxf-*') {
--- End diff --
make install does the right thing. but i'll recheck tar and rpm targets---
