GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059817506


   I've used a regular GitHub repository as a Maven repository before, for that 
you have to use the "raw" URL:
   
   
   
   ```groovy
   repositories {
     maven {
       name "expecty"
       url "https://raw.github.com/pniederw/expecty/master/m2repo/";
     }
   }
   ```
   
   Maybe something like this might be needed for using tagged releases too? I 
checked the POM it pulled and it's the HTML of the GitHub page rather than the 
actual asset.
   
   (I wanted to start prototyping a project with FlightSQL but there was some 
issue with it making it into the v7.0.0 release POMs)
   
   Today I will try to write a script that takes the URL to the nightly Java 
releases, downloads all the assets, and then creates the proper M2 folder 
structure for the version number.
   
   I'll publish last night's releases to this repo and share the URL for anyone 
else who might want a temporary fix until the 7.0.1 or 8.0.0 staging releases 👍


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to