We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e237dbe commit ccda6f6Copy full SHA for ccda6f6
spring-boot-parent/pom.xml
@@ -503,6 +503,21 @@
503
</pluginRepository>
504
</pluginRepositories>
505
</profile>
506
+ <profile>
507
+ <id>prepare</id>
508
+ <repositories>
509
+ <repository>
510
+ <id>spring-ext</id>
511
+ <url>http://repo.spring.io/ext-release-local/</url>
512
+ <releases>
513
+ <enabled>true</enabled>
514
+ </releases>
515
+ <snapshots>
516
+ <enabled>false</enabled>
517
+ </snapshots>
518
+ </repository>
519
+ </repositories>
520
+ </profile>
521
<profile>
522
<id>full</id>
523
<build>
0 commit comments