You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/12/05 02:11:23 UTC

[GitHub] jiazhai opened a new issue #812: "mvn release:prepare" not auto create .asc for -bin.tar.gz files

jiazhai opened a new issue #812: "mvn release:prepare" not auto create .asc for -bin.tar.gz files
URL: https://github.com/apache/bookkeeper/issues/812
 
 
   
   1. Please describe the issue you observed:
   
   - What did you do?
   execute `mvn release:prepare \
       -Dresume=false \
       -DreleaseVersion=${VERSION} \
       -Dtag=${TAG} \
       -DupdateWorkingCopyVersions=false \
       -Darguments="-Dmaven.javadoc.skip=true -DskipTests=true"`
   
   - What did you expect to see?
   expect to have all target -bin.tar.gz file have a .asc file.
   
   - What did you see instead?
   ```
   ?  bookkeeper-apache git:(branch-4.6) ? ll bookkeeper-dist/all/target
   total 88424
   drwxr-xr-x  2 jia  staff    64B Dec  4 23:39 archive-tmp
   -rw-r--r--  1 jia  staff    43M Dec  4 23:39 bookkeeper-all-4.6.0-bin.tar.gz     < === no asc
   -rw-r--r--  1 jia  staff   7.6K Dec  4 23:39 bookkeeper-dist-all-4.6.0-sources.jar
   -rw-r--r--  1 jia  staff   488B Dec  4 23:39 bookkeeper-dist-all-4.6.0-sources.jar.asc
   -rw-r--r--  1 jia  staff   4.2K Dec  4 23:39 bookkeeper-dist-all-4.6.0.pom
   -rw-r--r--  1 jia  staff   488B Dec  4 23:39 bookkeeper-dist-all-4.6.0.pom.asc
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 classes
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 maven-shared-archive-resources
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 test-classes
   ?  bookkeeper-apache git:(branch-4.6) ? ll bookkeeper-dist/server/target 
   total 34296
   drwxr-xr-x  2 jia  staff    64B Dec  4 23:39 archive-tmp
   -rw-r--r--  1 jia  staff   6.6K Dec  4 23:39 bookkeeper-dist-server-4.6.0-sources.jar
   -rw-r--r--  1 jia  staff   488B Dec  4 23:39 bookkeeper-dist-server-4.6.0-sources.jar.asc
   -rw-r--r--  1 jia  staff   3.5K Dec  4 23:39 bookkeeper-dist-server-4.6.0.pom
   -rw-r--r--  1 jia  staff   488B Dec  4 23:39 bookkeeper-dist-server-4.6.0.pom.asc
   -rw-r--r--  1 jia  staff    17M Dec  4 23:39 bookkeeper-server-4.6.0-bin.tar.gz    < === no asc
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 classes
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 maven-shared-archive-resources
   drwxr-xr-x  3 jia  staff    96B Dec  4 23:39 test-classes
   ```
   

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