mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Simply repository definition with Maven
Closes gh-782
This commit is contained in:
parent
8e6b5e9cf5
commit
3868019f87
@ -246,15 +246,16 @@
|
||||
<id>{{key}}</id>
|
||||
<name>{{value.name}}</name>
|
||||
<url>{{value.url}}</url>
|
||||
{{#value.snapshotsEnabled}}
|
||||
<snapshots>
|
||||
<enabled>{{value.snapshotsEnabled}}</enabled>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
{{/value.snapshotsEnabled}}
|
||||
</repository>
|
||||
{{/repositoryValues}}
|
||||
</repositories>
|
||||
{{/hasRepositories}}
|
||||
{{^isRelease}}
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-snapshots</id>
|
||||
@ -268,9 +269,6 @@
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
{{/isRelease}}
|
||||
|
@ -53,12 +53,8 @@
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-snapshots</id>
|
||||
@ -72,9 +68,6 @@
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
@ -49,9 +49,6 @@
|
||||
<id>foo-repository</id>
|
||||
<name>foo-repo</name>
|
||||
<url>https://example.com/foo</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>bar-repository</id>
|
||||
|
Loading…
Reference in New Issue
Block a user