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/04 08:25:16 UTC

[GitHub] jiazhai opened a new issue #801: mvn release command runs failed

jiazhai opened a new issue #801: mvn release command runs failed
URL: https://github.com/apache/bookkeeper/issues/801
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   execute
   ```
   mvn release:prepare \
       -Dresume=false \
       -DreleaseVersion=${VERSION} \
       -Dtag=${TAG} \
       -DupdateWorkingCopyVersions=false \
       -DdryRun \
       -Darguments="-Dmaven.javadoc.skip=true -DskipTests=true"
   ```
   - What did you expect to see?
   success
   
   - What did you see instead?
   failure with 
   ```
   [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (source-release-assembly) on project bookkeeper: Error reading assemblies: Error locating assembly descriptor: src/assemble/src.xml
   [INFO] [ERROR] 
   [INFO] [ERROR] [1] [INFO] Searching for file location: /Users/jia/ws/code/jia/bookkeeper-apache/src/assemble/src.xml
   [INFO] [ERROR] 
   [INFO] [ERROR] [2] [INFO] File: /Users/jia/ws/code/jia/bookkeeper-apache/src/assemble/src.xml does not exist.
   [INFO] [ERROR] 
   [INFO] [ERROR] [3] [INFO] File: /Users/jia/ws/code/jia/bookkeeper-apache/src/assemble/src.xml does not exist.
   [INFO] [ERROR] -> [Help 1]
   [INFO] [ERROR] 
   [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [INFO] [ERROR] 
   [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   ```
   

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