Commit Graph
2 Commits
Author SHA1 Message Date
Stephane Nicoll bf95f10709 Fix maven warning
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.
2014-04-30 09:58:53 +01:00
Stephane Nicoll 093ed35135 Fix pom alignment
This commit fixes an alignment issue for the test scope added for the
spring-boot-starter-test module.

Fixes gh-10
2014-04-30 09:58:33 +01:00