Skip to content

Commit d1449fb

Browse files
committed
Make milestone plugin dependencies available to Maven integration tests
1 parent 0581d5a commit d1449fb

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/settings.xml

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
</snapshots>
4646
<checksumPolicy>ignore</checksumPolicy>
4747
</pluginRepository>
48+
<pluginRepository>
49+
<id>spring-milestones</id>
50+
<name>Spring Milestones</name>
51+
<url>https://repo.spring.io/milestone</url>
52+
</pluginRepository>
4853
</pluginRepositories>
4954
</profile>
5055
</profiles>

0 commit comments

Comments
 (0)