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 29fa5a3 commit 3b6485cCopy full SHA for 3b6485c
pom.xml
@@ -79,15 +79,6 @@
79
<tag>HEAD</tag>
80
</scm>
81
82
- <repositories>
83
- <repository>
84
- <id>central</id>
85
- <name>Central Repository</name>
86
- <url>https://repo.maven.apache.org/maven2/</url>
87
- <layout>default</layout>
88
- </repository>
89
- </repositories>
90
-
91
<distributionManagement>
92
<snapshotRepository>
93
<id>sonatype-nexus-snapshots</id>
@@ -244,6 +235,14 @@
244
235
<profiles>
245
236
<profile>
246
237
<id>release</id>
238
+ <repositories>
239
+ <repository>
240
+ <id>central</id>
241
+ <name>Central Repository</name>
242
+ <url>https://repo.maven.apache.org/maven2/</url>
243
+ <layout>default</layout>
+ </repository>
+ </repositories>
247
<build>
248
<plugins>
249
<plugin>
0 commit comments