spring-boot/spring-boot-tools
Stephane Nicoll 62fa602fea Polish maven repositories definition
Previously, Maven repositories definition was specified in a profile that
is active by default. It means that as soon as any profile is enabled by
the user, said profile is no longer enabled. This has the nasty
consequences of having copy/paste in several places to make sure our own
profiles still have the proper repositories definition.

This commit creates a single "repositories" profile that is always active
unless a given property is explicitely specified. This allows to remove
the duplication and make things more consistent.

Some Gradle-specific repositories were also hard-coded in two modules
without any profile at all, meaning they were polluting the build of
anybody using it. While the impacted modules are gradle specific, that
repository has been shared in the new "repositories" profile as well.

Closes gh-6031
2016-06-10 11:55:46 +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 Polish maven repositories definition 2016-06-10 11:55:46 +02:00
spring-boot-loader Formatting 2016-06-09 20:45:37 -07:00
spring-boot-loader-tools Merge branch '1.3.x' 2016-05-13 11:41:58 +01:00
spring-boot-maven-plugin Merge branch '1.3.x' 2016-05-25 17:42:51 +01:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00