spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant
Andy Wilkinson 8f27ad9726 Remove version from name of Ant-built jar
Previously, the project version was included in the name of the
Ant-built jar and the integration test assumed that there would be a
single jar in the output directory. This assumption did not hold true
if the project's version had changed and the project had been built
again without a clean. This resulted in two jars, one for the previous
version and one for the current version, in the output directory. This
caused a test failure.

This commit updates the build.xml to remove the version from the name
of the Ant-built jar and updates the integration test to find it.

Closes gh-22782
2020-08-07 09:49:14 +01:00
..
src Remove version from name of Ant-built jar 2020-08-07 09:49:14 +01:00
build.gradle Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
build.xml Remove version from name of Ant-built jar 2020-08-07 09:49:14 +01:00
ivy.xml Move smoke tests under spring-boot-test 2019-07-02 15:55:58 -07:00
ivysettings.xml Port the build to Gradle 2020-01-10 14:15:35 +00:00