SPR-6541: move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2633 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
73f57c22ae
commit
cecca1e70b
|
|
@ -22,15 +22,6 @@
|
||||||
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-framework/trunk</developerConnection>
|
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-framework/trunk</developerConnection>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>org.springframework.repository.maven</id>
|
|
||||||
<name>SpringSource Maven Repository</name>
|
|
||||||
<url>http://repository.springframework.org/maven/</url>
|
|
||||||
<snapshots><enabled>false</enabled></snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
@ -175,6 +166,17 @@
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>build</id>
|
<id>build</id>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>org.springframework.repository.maven</id>
|
||||||
|
<name>SpringSource Maven Repository</name>
|
||||||
|
<url>http://repository.springframework.org/maven/</url>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>legacy-build</id>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>java.net</id>
|
<id>java.net</id>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue