apache / apache/grails-core

Custom profiles: order of repositories

Open
#9,830 2 comments 0 reactions 1 assignee Claimed by @jameskleeh View on GitHub
relates-to: profiles status: acknowledged
Dominant language
Groovy
Stars
2.9k
Forks
975
Avg merge
1d 22h
Merged PRs (30d)
92

Description

When creating a custom profile, custom repositories that are added to the profile are always added after the default repos:

```
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
```

This was not allowing grails applications to pull dependencies in our environment where all dependencies are sourced via Nexus. Our Nexus repositories had to be first in the list in order for these dependencies to be retrieved.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.