devinbost opened a new issue #7749:
URL: https://github.com/apache/pulsar/issues/7749


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   1. Clone Pulsar master
   2. Run `mvn clean install` at project root
   3. Maven downloads dependencies but does not produce build output
   4. Again, run `mvn clean install`
   5. The result is this:
   
   > (base) C:\Users\devin\src\pulsar>mvn clean install
   > [INFO] Scanning for projects...
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Detecting the operating system and CPU architecture
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] os.detected.name: windows
   > [INFO] os.detected.arch: x86_64
   > [INFO] os.detected.classifier: windows-x86_64
   > [INFO]
   > [INFO] ----------------------< org.apache.pulsar:pulsar 
>----------------------
   > [INFO] Building Pulsar 2.7.0-SNAPSHOT
   > [INFO] --------------------------------[ pom 
]---------------------------------
   > [INFO]
   > [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ pulsar ---
   > [INFO] Deleting C:\Users\devin\src\pulsar\target
   > [INFO]
   > [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ pulsar 
---
   > [INFO]
   > [INFO] --- git-commit-id-plugin:3.0.0:revision (git-info) @ pulsar ---
   > [INFO]
   > [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ pulsar ---
   > [INFO]
   > [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
pulsar ---
   > [INFO]
   > [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pulsar 
---
   > [INFO] Installing C:\Users\devin\src\pulsar\pom.xml to 
C:\Users\devin\.m2\repository\org\apache\pulsar\pulsar\2.7.0-SNAPSHOT\pulsar-2.7.0-SNAPSHOT.pom
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] BUILD SUCCESS
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Total time:  10.486 s
   > [INFO] Finished at: 2020-08-04T13:45:21-06:00
   > [INFO] 
------------------------------------------------------------------------
   
   Hence, the build succeeds but gives no output and doesn't run tests. 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to