-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Website quickstart maven example doesn't work #117
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
Comments
Some formatting problems in your issue description? Unless I'm missing something I actually think you are wrong (because for me in a Chrome browser the snapshot repo is selected by the snapshot sample, and the milestone similarly), but maybe you didn't have JavaScript in your browser or some other such edge case that I haven't seen. What is your browser and is JavaScript enabled? However, this highlights a different problem - the sample is incomplete without the plugin and plugin repositories. |
Yes but snapshots have dependencies in The milestone repo |
Good point, thanks. We can fix that. |
Even snapshots of Spring Boot depend on milestones of other projects at the moment, so we need a custom pom.xml template to bring in the starter parent (and in turn to declare the repository there). Half of work for (see master for other) gh-117.
Fixed. The fix isn't ideal (the starter parent has to have the repository declared because the website structure doesn't allow the repository configuration to be customized). But it won't matter once we get rid of all milestone dependencies. |
http://projects.spring.io/spring-boot/#quick-start
It needs the snapshots and milestone repos to work.
The text was updated successfully, but these errors were encountered: