Skip to content

Commit eb48ae4

Browse files
committed
Add Spring snapshot repository as plugin repository.
To resolve Spring Boot Maven plugin snapshots.
1 parent c644efb commit eb48ae4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@
186186
<enabled>false</enabled>
187187
</snapshots>
188188
</pluginRepository>
189+
<pluginRepository>
190+
<id>spring-snapshot</id>
191+
<url>https://repo.spring.io/snapshot</url>
192+
<releases>
193+
<enabled>false</enabled>
194+
</releases>
195+
</pluginRepository>
189196
</pluginRepositories>
190197

191198
<build>

0 commit comments

Comments
 (0)