spring-boot/spring-boot-tools
Dave Syer 2433f721bc Add 'classifier' property to Gradle plugin
The default behaviour doesn't change with this commit, but now
the user has the option to specify a 'classifier' property
either in springBoot { classifier = 'exec' } (i.e. globally
for all repackage tasks) or in each repackage task, e.g.
bootRepackage { classifier = 'exec' }. In that case the original
archive is not overwritten but copied into <file>-<classifier>.jar
(or .war etc.) and then enhanced.

Fixes gh-1113, fixes gh-141 also I believe.
2014-06-18 16:06:09 +01:00
..
spring-boot-dependency-tools Implement simpler exclusion logic for Gradle 2014-06-16 16:54:48 -07:00
spring-boot-gradle-plugin Add 'classifier' property to Gradle plugin 2014-06-18 16:06:09 +01:00
spring-boot-loader Allow prefixed bytes with fat JARs 2014-06-15 09:11:51 -07:00
spring-boot-loader-tools Next development version 2014-06-11 10:46:27 -07:00
spring-boot-maven-plugin Next development version 2014-06-11 10:46:27 -07:00
pom.xml Next development version 2014-06-11 10:46:27 -07:00