spring-boot/spring-boot-project
Andy Wilkinson b24f17b35c Rework spring-boot-docs to be a full-blown java project
Previously, spring-boot-docs used the java-base-plugin and then added
configuration on top. This has proven to be error prone, with the most
recent problem being that the tests were not being compiled and run.

This commit changes approach and applies the java plugin to the project
instead of the java-base plugin. Now, rather than adding the necessary
configuration to the base, the unwanted pieces of the java plugin's
configuration – specifically the jar and javadoc tasks – are disabled
instead. The DeployedPlugin has also been updated so that it does not
create a publication from the java component for projects that have a
disabled jar task.

Closes gh-22284
2020-07-09 11:21:03 +01:00
..
spring-boot Merge branch '2.2.x' into 2.3.x 2020-07-07 11:43:03 +01:00
spring-boot-actuator Polish support for reactive Elasticsearch healthcheck 2020-07-03 15:25:18 +02:00
spring-boot-actuator-autoconfigure Polish 2020-07-06 09:41:39 +01:00
spring-boot-autoconfigure Merge branch '2.2.x' into 2.3.x 2020-07-09 10:37:01 +01:00
spring-boot-cli Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
spring-boot-dependencies Update to Maven Shade Plugin 3.2.4 2020-07-06 09:51:08 +01:00
spring-boot-devtools Use TCCL at time of access for resource loading 2020-06-30 10:51:13 +01:00
spring-boot-docs Rework spring-boot-docs to be a full-blown java project 2020-07-09 11:21:03 +01:00
spring-boot-parent Upgrade to Testcontainers 1.14.3 2020-06-23 10:50:18 +01:00
spring-boot-properties-migrator Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
spring-boot-starters Correct additions to spring-boot-starter-parent's pom 2020-06-17 11:51:54 +01:00
spring-boot-test Use TCCL at time of access for resource loading 2020-06-30 10:51:13 +01:00
spring-boot-test-autoconfigure Use lazy lambda instead of explicit argument 2020-06-18 11:29:49 +02:00
spring-boot-tools Merge branch '2.2.x' into 2.3.x 2020-07-07 09:56:21 +01:00