You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/12 08:16:34 UTC

[GitHub] maskit opened a new issue #685: Some JAR files will be empty

maskit opened a new issue #685: Some JAR files will be empty
URL: https://github.com/apache/incubator-pulsar/issues/685
 
 
   #### Expected behavior
   
   No warnings during build
   
   #### Actual behavior
   
   ```
   [INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ pulsar ---
   [WARNING] JAR will be empty - no content was marked for inclusion!
   [INFO] Building jar: /Users/masakazu/git/pulsar/target/pulsar-tests.jar
   ```
   
   ```
   [INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ distribution ---
   [WARNING] JAR will be empty - no content was marked for inclusion!
   [INFO] Building jar: /Users/masakazu/git/pulsar/all/target/distribution-tests.jar
   ```
   
   #### Steps to reproduce
   ```
   mvn install -DskipTests
   ```
   
   #### System configuration
   **Pulsar version**: master c51eaad
   **OS**: macOS 10.12
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services