Rework "Prevent build failure when tests are skipped"

This commit reworks e3d9c3c to enable the docs profile by default again
as it breaks the release on Artifactory. This has the side effect of
not running the tests used by the doc unless the docs profile is active.
This commit is contained in:
Stephane Nicoll
2018-07-10 14:21:07 +02:00
parent 4e99906f81
commit de83ab2d2b
3 changed files with 7 additions and 10 deletions

View File

@@ -36,8 +36,7 @@ in many environments (including embedded in your own project)
* `initializr-web`: REST endpoints and web interface
* `initializr-actuator`: optional module to provide statistics and metrics on project
generation
* `initializr-docs`: documentation (not enabled by default, enable the `docs` profile
in your IDE)
* `initializr-docs`: documentation
`initializr-service` is an additional module that represents the production instance
that is available at link:https://start.spring.io[]. It is not enabled by default but