lhotari commented on code in PR #4237:
URL: https://github.com/apache/bookkeeper/pull/4237#discussion_r1533792764


##########
bookkeeper-dist/all/pom.xml:
##########
@@ -152,7 +152,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
-        <version>${maven-deploy-plugin.version}</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>

Review Comment:
   Thanks for the suggestions on Slack @eolivelli . I have resolved this by 
reverting the changes to skip install and instead changed packaging from jar to 
pom for `bookkeeper-dist/all`, `bookkeeper-dist/bkctl` and 
`bookkeeper-dist/server`.



-- 
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]

Reply via email to