gortiz commented on code in PR #13956: URL: https://github.com/apache/pinot/pull/13956#discussion_r1792027941
########## pinot-clients/pinot-java-client/pom.xml: ########## @@ -61,4 +61,13 @@ <scope>test</scope> </dependency> </dependencies> + + <profiles> + <profile> + <id>pinot-fastdev</id> + <properties> + <shade.phase.prop>none</shade.phase.prop> + </properties> + </profile> + </profiles> Review Comment: Maybe the diff tricks you, but this (and other) pom.xml set `shade.phase.prop` to true in line 34 -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org