stoty commented on a change in pull request #764:
URL: https://github.com/apache/phoenix/pull/764#discussion_r414405528



##########
File path: phoenix-assembly/pom.xml
##########
@@ -42,7 +42,27 @@
         <groupId>org.codehaus.mojo</groupId>
         <executions>
           <execution>
-            <id>Symlink to deprecated client jar name</id>
+            <id>client without classifier</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+            <configuration>
+              <executable>ln</executable>
+              <workingDirectory></workingDirectory>

Review comment:
       Thanks for the catch  @joshelser 
   Fixed.
   Also added explicit dependency on phoenix-client and phoenix-server so that 
partial builds work.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to