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-unsubscr...@lucene.apache.org

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


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

Reply via email to