Github user enis commented on a diff in the pull request: https://github.com/apache/phoenix/pull/159#discussion_r59095560 --- Diff: phoenix-query-server/pom.xml --- @@ -0,0 +1,116 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.phoenix</groupId> + <artifactId>phoenix</artifactId> + <version>4.8.0-HBase-1.1-SNAPSHOT</version> + </parent> + <artifactId>phoenix-query-server</artifactId> + <name>Phoenix Query Server</name> + <description>A query server for exposing Phoenix to thin clients</description> + + <licenses> --- End diff -- these are not coming from the apache parent pom? We only have this in the server, not in the client module.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---