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


##########
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:
   I agree. after fixing the maven-source-plugin error, the release script 
`dev/release/003-release-perform.sh` failed again. The error message was `The 
packaging plugin for this project did not assign a main file to the project but 
it has attachments.` This happens for all 3 projects, `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