spring-boot/spring-boot-tools
Andy Wilkinson 6f8d4778ad Prevent a jar from being repackaged more than once
Previously, Repackager would repackage a jar file as many times as
it was asked to do so. This lead to problems if a user made a mistake
when using Maven that led to the package phase being driven twice,
for example by running "mvn clean install package".

This commit updates Repackager so that a repackage call becomes a
no-op if the source jar's manifest already contains the
Spring-Boot-Version attribute which is added by repackaging.

Fixes #1251
2014-07-30 11:07:41 +01:00
..
spring-boot-dependency-tools Next development version 2014-07-08 02:33:36 -07:00
spring-boot-gradle-plugin Next development version 2014-07-08 02:33:36 -07:00
spring-boot-loader Next development version 2014-07-08 02:33:36 -07:00
spring-boot-loader-tools Prevent a jar from being repackaged more than once 2014-07-30 11:07:41 +01:00
spring-boot-maven-plugin Next development version 2014-07-08 02:33:36 -07:00
pom.xml Next development version 2014-07-08 02:33:36 -07:00