NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

[FEA] buildall should activate settings.xml if URM_URL is defined #11738

Open gerashegalov opened 1 day ago

gerashegalov commented 1 day ago

Is your feature request related to a problem? Please describe.

If we need to use an internal Maven repo with Maven we do so by defining the URM_URL environment variable and adding -s jenkins/setting.xml to the command line

However, the users should be able to only specify URM_URL

Describe the solution you'd like Instead of

URM_URL=repo_url ./build/buildall -o='-s jenkins/settings.xml'

we should be able to just call

URM_URL=repo_url ./build/buildall

Describe alternatives you've considered -o | --options as shown above

Additional context oss.sonatype artifact fetch failures