We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907184d commit fbe6943Copy full SHA for fbe6943
1 file changed
pom.xml
@@ -92,6 +92,10 @@
92
<id>apache.snapshots</id>
93
<url>https://repository.apache.org/snapshots/</url>
94
</pluginRepository>
95
+ <pluginRepository>
96
+ <id>central</id>
97
+ <url>https://repo.maven.apache.org/maven2</url>
98
+ </pluginRepository>
99
</pluginRepositories>
100
<scm>
101
<connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
@@ -442,6 +446,14 @@
442
446
<enabled>false</enabled>
443
447
</snapshots>
444
448
</repository>
449
+ <repository>
450
451
+ <name>Central Repository</name>
452
453
+ <snapshots>
454
+ <enabled>false</enabled>
455
+ </snapshots>
456
+ </repository>
445
457
</repositories>
458
<build>
459
<pluginManagement>
0 commit comments