You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/18 10:14:23 UTC

[GitHub] [lucene] janhoy commented on pull request #392: LUCENE-9997: Collect signed maven artifacts if -Psign is passed.

janhoy commented on pull request #392:
URL: https://github.com/apache/lucene/pull/392#issuecomment-945617644


   I run the build with this patch, but get errors
   ```
   > Task :lucene:backward-codecs:javadocJar
   Caching disabled for task ':lucene:backward-codecs:javadocJar' because:
     Build cache is disabled
   Task ':lucene:backward-codecs:javadocJar' is not up-to-date because:
     Output property 'archiveFile' file /Users/janhoy/git/lucene/lucene/backward-codecs/build/libs/lucene-backward-codecs-9.0.0-javadoc.jar has been removed.
   :lucene:backward-codecs:javadocJar (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.072 secs.
   :lucene:backward-codecs:signSignedJarsPublication (Thread[Execution worker for ':' Thread 6,5,main]) started.
   
   > Task :lucene:backward-codecs:signSignedJarsPublication FAILED
   Caching disabled for task ':lucene:backward-codecs:signSignedJarsPublication' because:
     Build cache is disabled
   Task ':lucene:backward-codecs:signSignedJarsPublication' is not up-to-date because:
     Task has failed previously.
   :lucene:backward-codecs:signSignedJarsPublication (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.002 secs.
   [...]
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':lucene:backward-codecs:signSignedJarsPublication'.
   > Cannot perform signing task ':lucene:backward-codecs:signSignedJarsPublication' because it has no configured signatory
   
   ```


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org