-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Note about spring-boot:run disabling automatic Maven expansion (Issue #980) #2524
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
I'd rather have that move to the plugin documentation |
The plugin documentation is already very close to covering it in it's usage section (heading "Running the application"). But I'd like at least some kind of hint here that the cause of the issue is related to the Maybe I could remove the pom.xml code example and link to the documentation? (Although not being able to link directly to the usage heading is kind of annoying.) |
alright. Yes please remove the sample and redirect to the page. I can manage the heading problem. Just rebase and push force on your branch to update this PR (note: you shouldn't create PR from master but from a local branch) |
Also, please sign the CLA if you haven't done so (link in README) |
I've signed the CLA. I've also removed code example and replaced by a link. I am not familiar with how the docs are build so I just copied the link from howto.adoc. It's not built, so it might be incorrect, but I doubt it. I als squashed it into a single commit, I assume this is the preferred from for such a small change. |
indeed, thanks! |
* pull2524: Update documentation on resources filtering
Merged with a few updates. Thanks! |
Excellent, I was looking for it today! just in time! |
Cheers. I did try to add some anchors but it didn't look good so I'll have to revisit that at some point. |
I ran into the problem described in #980.
I've updated the docs with the information mentioned in that issue.
PS: I am a Github newbie, so excuse any formatting/etiquette mistakes I am bound to make.