Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1304#discussion_r147462998
--- 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 --
so we are not shipping any resources within WAR, no default profiles,
classpath files or log4j, correct ? And we sure make install or RPM packaging
places the needed files into proper places ?
---