kezhuw commented on code in PR #2307:
URL: https://github.com/apache/zookeeper/pull/2307#discussion_r2335694770
##########
zookeeper-client-c/pom.xml:
##########
@@ -37,6 +37,13 @@
<build>
<plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <!-- this module isn't to be deployed to Maven Central -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
Review Comment:
Good point!
We currently don't have this module published. Let's keep it separately to
this and explore possible way to reuse a published native jar.
https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper-client-c
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]