Skip to content

Commit 3b6485c

Browse files
committed
Move explicit central definition for rultor to release profile.
1 parent 29fa5a3 commit 3b6485c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@
7979
<tag>HEAD</tag>
8080
</scm>
8181

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-
9182
<distributionManagement>
9283
<snapshotRepository>
9384
<id>sonatype-nexus-snapshots</id>
@@ -244,6 +235,14 @@
244235
<profiles>
245236
<profile>
246237
<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>
244+
</repository>
245+
</repositories>
247246
<build>
248247
<plugins>
249248
<plugin>

0 commit comments

Comments
 (0)