spring-boot/spring-boot-tools
Andy Wilkinson b0c6d8060c Remove Git plugin from Spring Boot tools
The Git plugin was primarily being used to provide version information
that Boot's maven plugin can add into the MANIFEST.MF of the uber-jars
that it creates under the Spring-Boot-Commit-Id attribute.

This commit removes the Git plugin from Boot's own projects, but
leaves it in the spring-boot-starter-parent for use by Spring
Boot-based applications.

The attribute in the uber-jars' MANIFEST.MF has been replaced with a
Spring-Boot-Version attribute. The value of this attribute is the
implementation version of Repackager class's package.
2013-10-22 15:54:05 +01:00
..
spring-boot-gradle-plugin Remove Git plugin from Spring Boot tools 2013-10-22 15:54:05 +01:00
spring-boot-loader Remove Git plugin from Spring Boot tools 2013-10-22 15:54:05 +01:00
spring-boot-loader-tools Remove Git plugin from Spring Boot tools 2013-10-22 15:54:05 +01:00
spring-boot-maven-plugin Remove Git plugin from Spring Boot tools 2013-10-22 15:54:05 +01:00
pom.xml Remove Git plugin from Spring Boot tools 2013-10-22 15:54:05 +01:00
README.md Documentation updates 2013-08-09 15:34:04 -07:00

Spring Boot - Tools

Spring Boot Tools provides a logical grouping for our various build system plugins, and the modules that support them. We provide a spring-boot-maven-plugin and spring-boot-gradle-plugin for Maven and Gradle respectively.

If you are interested in how we support executable archives, take a look at the spring-boot-loader module. If you need to create executable archives from a different build system, spring-boot-loader-tools may help.