Closed aditya0711 closed 4 years ago
Fixed it by adding the repository field in Jarfile. Anyone facing a similar issue can use the following as reference Jarfile.
Add this to the top of your Jarfile
repository :first, https://orgName.com/repo
The :first
keyword is important, without which maven defaults to the http maven repo.
Since Maven has turned of http access for all of its repos https://support.sonatype.com/hc/en-us/articles/360041287334
The error I'm getting:
I have not been able to configure jBundler to use a custom url using environment variables.
Contents of jbundler-settings.xml
I have tried both mirror everything and custom repo approach, am I doing this wrong? or is there a way to set a custom repo for maven?