This commit fixes a warning displayed by Maven due to the fact that
no relativePath is set and maven defaults to the parent directory. As
the parent is never going to be available in such directory and we use
the maven repository to fetch it, this commit sets an unknown relative
path explicitly.
Also fixing to UTF-8 encoding which is a sane default. Fixing the
encoding removes some warning when copying filtered resources.
This commit contains a number of changes, no functional difference in
the app but a general cleanup of look and docs:
- removed the Gemfile which is now redundant, Cloud Foundry CLI is no
longer a Ruby app
- updated various parts of the README to reflect changes to Spring Boot
CLI (local flag no longer exists, etc) and new CF deployment procedure.
- fixed references to www.springsource.com -> spring.io throughout web
content
- added favicon reflecting new Spring branding
- updated github URLs springsource -> spring-projects
Previously the manifest for this application was configured such that
it used a custom command to start itself (based on Spring Boot). This
change removes that custom command and substitutes in the new Java
buildpack which takes care of all of the things that command
previously did. A byproduct of this is that as improvements are made
to the main buildpack they will automatically get included in future
pushes of the application. An example of this is that now, if a New
Relic service is bound to the application, the application will
automatically be configured to use it.
[#54518830]