-
-
Notifications
You must be signed in to change notification settings - Fork 955
Fix profile resolution in grails-shell-cli #14689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
#14691 will fix the invalid pom. FYI: if you want to generate a valid pom, you must adhere to the correct maven scopes, so I've mapped profile api => runtime, and profile runtime => compile. |
I believe this is obsoleted by #14691 |
@@ -17,13 +17,11 @@ skeleton: | |||
executable: ["**/gradlew*", "**/grailsw*"] | |||
binaryExtensions: ['png','gif','jpg','jpeg','ico','icns','pdf','zip','jar','class'] | |||
repositories: | |||
- "https://repo1.maven.org/maven2" | |||
- "https://repository.apache.org/content/groups/snapshots" | |||
- "https://repository.apache.org/content/groups/public" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#14706 - issue to adjust this on non SNAPSHOT builds
This PR takes the code back to a single repository, instead of trying to use two. It uses apache when grailsVersion is a SNAPSHOT
This PR gives you a grails-shell-cli distribution that will download the profiles based on grails-bom, including SNAPSHOTS, and generate a functioning web profile application.