frankjkelly commented on issue #23559:
URL: https://github.com/apache/pulsar/issues/23559#issuecomment-2457669683

   Very possible that I don't really understand how to recreate the binaries in 
`./bin`
   Using the `mvn` 3.9.9
   ```
   mvn --version
   Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
   Maven home: /Users/fkelly/.sdkman/candidates/maven/3.9.9
   Java version: 17.0.9, vendor: Homebrew, runtime: 
/usr/local/Cellar/openjdk@17/17.0.9/libexec/openjdk.jdk/Contents/Home
   Default locale: en_US, platform encoding: UTF-8
   OS name: "mac os x", version: "14.2.1", arch: "x86_64", family: "mac"
   ```
   
   I deleted `./bin/pulsar` and `./bin/pulsar-client` and then ran
   
   ```
   $ mvn -q clean install -Dmaven.test.skip=true -Dspotbugs.skip=true 
-Dlicense.skip=true
   ```
   
   but the binaries were not created and (probably related) they weren't in the 
`tar` file either
   ```
   $ tar -tvf apache-pulsar-4.1.0-SNAPSHOT-bin.tar | grep "/bin/pulsar-client"
   $
   ```


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