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 2022/11/17 11:17:44 UTC

[GitHub] [lucene] dweiss commented on pull request #523: LUCENE-10293: adds a stand-alone prepareSonatypeBundle that compiles …

dweiss commented on PR #523:
URL: https://github.com/apache/lucene/pull/523#issuecomment-1318481884

   I finally managed to take a look because this intrigued me (I knew this used to work). Turns out everything is ok with the patch - the bundle structure is fine when I build it with:
   ```
   gradlew prepareSonatypeBundle -Pversion.release=10.0.0 -Psign=true
   ```
   I can confirm Apache Nexus fails to accept it but it's because the ZIP file contains multiple artifacts (with multiple coordinates). If I limit the content of the ZIP to just one module (JAR+sources+javadocs+signatures), Apache Nexus accepts it and all the validation checks pass just fine. I didn't know about this limitation (one coordinate per bundle), but I can see it spelled here:
   
   https://help.sonatype.com/repomanager2/staging-releases/artifact-bundles
   
   In other words - these bundles are not going to be useful for us. :(
   
   
   
   


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