spring-boot/spring-boot-tools
Stephane Nicoll 6ed63a6eff Add support of system-scoped dependencies
In Maven land, provided and system-scope dependencies are very similar,
the latter being an special kind that allows you to specify the path to
the artifact rather than using the repository to locate it.

Prior to this commit, the repackage goal of the maven plugin was
inconsistent as it would repackage provided-scope dependencies but would
ignore the system-scoped ones.

This commit adds an extra boolean flag, `includeSystemScope` to control
this behaviour. For backward compatibility reasons, its default value is
`false`.

Closes gh-2224
2016-05-24 16:25:54 +02:00
..
spring-boot-antlib Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-metadata Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-processor Merge branch 1.3.x 2016-05-10 09:35:49 -07:00
spring-boot-gradle-plugin Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-loader Don't use a separate thread in the launcher to call app's main method 2016-05-12 16:57:16 +01:00
spring-boot-loader-tools Merge branch '1.3.x' 2016-05-13 11:41:58 +01:00
spring-boot-maven-plugin Add support of system-scoped dependencies 2016-05-24 16:25:54 +02:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00