Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/6#discussion_r15501061
--- Diff: phoenix-core/pom.xml ---
@@ -168,9 +168,30 @@
<plugin>
<!--Make it so assembly:single does nothing in here -->
<artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <skipAssembly>true</skipAssembly>
- </configuration>
+ <executions>
--- End diff --
I'm torn on this one. I think this is probably easiest, as I wouldn't want
to require two jars. Is there any value to having a phoenix jar with only
phoenix stuff in it? I suppose not. If we go this route, we should get rid of
the minimal-phoenix-client.jar, as this jar will match that one.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---