From e237dbeec504018f66c9c336348e454872615940 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 7 Aug 2014 11:02:34 -0700 Subject: [PATCH] Move repositories out of parent POM Move repository declarations out of the parent POM and into setting.xml (except for the default profile). Also added jboss repository in an attempt to fix the failing CI release. Fixed gh-1349 --- .settings-template.xml | 80 +++++++++++++++++++++++++++++++++++++- spring-boot-parent/pom.xml | 22 +++++------ 2 files changed, 88 insertions(+), 14 deletions(-) diff --git a/.settings-template.xml b/.settings-template.xml index 371a423826..bfe8532cd9 100644 --- a/.settings-template.xml +++ b/.settings-template.xml @@ -1,7 +1,83 @@ + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> + + + snapshot + + + spring-ext + http://repo.spring.io/ext-release-local/ + + true + + + false + + + + jboss + https://repository.jboss.org/nexus/content/groups/public/ + + true + + + false + + + + + + milestone + + + spring-ext + http://repo.spring.io/ext-release-local/ + + true + + + false + + + + jboss + https://repository.jboss.org/nexus/content/groups/public/ + + true + + + false + + + + + + release + + + spring-ext + http://repo.spring.io/ext-release-local/ + + true + + + false + + + + jboss + https://repository.jboss.org/nexus/content/groups/public/ + + true + + + false + + + + + @profile@ diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 7fa72699dc..de9127774e 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -220,18 +220,6 @@ - - - spring-ext - http://repo.spring.io/ext-release-local/ - - true - - - false - - - @@ -469,6 +457,16 @@ true + + spring-ext + http://repo.spring.io/ext-release-local/ + + true + + + false + + spring-milestones Spring Milestones