Spring Buildmaster
c650f2391e
Next development version
11 years ago
Phillip Webb
77d5453af2
Add gmavenplus-plugin to parent POM
11 years ago
Andy Wilkinson
65008606ab
Auto-generate auto configuration classes tables
11 years ago
Andy Wilkinson
8d2da79020
Combine maven-dependency-plugin declarations
...
Fixes #917
11 years ago
Phillip Webb
94b8b387e8
Fix broken dependencies appendix
11 years ago
Phillip Webb
4fd4744724
Add spring-boot-versions project
...
Add a new maven project containing a versions.properties file and
an effective POM. Rework existing projects to use the versions
artifacts.
Partially reverts 307fbba9e4
Fixes gh-913
11 years ago
Andy Wilkinson
3328a30b7b
Include details of dependency versions in the docs
...
Closes #637
11 years ago
Stephane Nicoll
33082fd56d
Harmonized maven dependency management
...
This commit harmonizes the dependency management of internal modules
so that versions can be omitted everywhere. Update the maven coordinates
to provide the full groupId for consistency
11 years ago
Phillip Webb
34b7bb20fd
Add maven implicit plugin group ID
...
Add previously implicit <groupId>org.apache.maven.plugins</groupId>
to plugin declarations.
11 years ago
Stephane Nicoll
bf4b347a96
Fix build failure
...
Commit e26e06d5dd
broke the full build as the generated zip file for
the size is not generated. Actually, the site plugin has a jar goal that
is exactly meant for what we need to do.
This commit removes the use of the assembly plugin and invokes the
jar goal of the site plugin when the full profile is enabled.
Relates to #749
11 years ago
Stephane Nicoll
888703cf26
Add maven plugin documentation
...
This commit adds the generated site for the maven plugin alongside
the developer guide and javadoc. The maven plugin is available in
the "/maven-plugin" context.
The advanced information described in the developer guide have
been migrated to the plugin site as most the information is taken
from the code itself, which avoids duplication.
Fixes #749
11 years ago
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
d3954a1703
Next development version
11 years ago
Spring Buildmaster
a5864ebcd0
Next development version
11 years ago
Spring Buildmaster
15e9dbe98b
Next development version
11 years ago
Phillip Webb
26e55e5b55
Fix broken docs build
11 years ago
Phillip Webb
0af7f7e347
Add missing POM info
11 years ago
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3
.
11 years ago
Spring Buildmaster
b67bb70ee3
Next development version
11 years ago
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb
.
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
11 years ago
Spring Buildmaster
1d0eea12eb
Next development version
11 years ago
Phillip Webb
72e3715ba9
Add missing main.basedir property to docs pom
11 years ago
Phillip Webb
2747c01e81
Set correct github tag for generated docs
11 years ago
Phillip Webb
abba0d63fe
Add documentation tool-chain
...
Generate html, pdf and epub documentation using asciidoctor+docbook.
See gh-295
11 years ago
Spring Buildmaster
b0d4e8ae69
Next development version
11 years ago
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
11 years ago
Spring Buildmaster
1367d57e8c
Next development version
11 years ago
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
11 years ago
Phillip Webb
a61a45092d
Revert "Add generator app for simple table of *AutoConfiguration"
...
This reverts commit 89283e46b8
.
Revert until we can find a new home, outside of the usual build
process.
11 years ago
Dave Syer
89283e46b8
Add generator app for simple table of *AutoConfiguration
...
Run with "mvn spring-boot:run" and then scrape the Markdown from stdout.
(Result already added to docs/autoconfig.md.)
11 years ago
Phillip Webb
9ab886f4db
Consistent javadoc "code" block formatting
...
Update javadoc to consistently use the "code" style with <pre> blocks.
Also include the latest spring-javadoc.css formatting file.
Fixes gh-332
11 years ago
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
11 years ago
Phillip Webb
210e1f3a6b
Update docs zip to include css assets
11 years ago
Phillip Webb
8017c04e30
Rename spring-boot-javadoc to spring-boot-docs
...
Renamed javadoc to a general purpose docs project that can be
automatically deployed.
11 years ago