change maven repository to huawei cloud

This commit is contained in:
jvmboy 2020-08-18 10:44:53 +08:00
parent 6a0099755f
commit 5a4e758174
2 changed files with 12 additions and 27 deletions

View File

@ -11,7 +11,7 @@
Name: openjfx8
Version: 8.0.202
Release: 20.b07%{?dist}
Release: 21.b07%{?dist}
Summary: Rich client application platform for Java
#fxpackager is BSD
@ -233,5 +233,8 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
%license LICENSE
%changelog
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 8.0.202-8.b07
* Fri Aug 21 2020 Noah <hedongbo@huawei.com> - 8.0.202-21.b07
- change maven repository to huawei cloud
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 8.0.202-20.b07
- Initial packaging

View File

@ -2,30 +2,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveMode/>
<usePluginRegistry/>
<offline/>
<pluginGroups/>
<servers/>
<mirrors>
<mirror>
<id>repo1</id>
<id>huaweicloud</id>
<mirrorOf>central</mirrorOf>
<name>central repo</name>
<url>https://repo1.maven.org/maven2/</url>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</mirror>
</mirrors>
<proxies/>
<activeProfiles/>
<profiles>
<profile>
<repositories>
<repository>
<id>MavenCentral</id>
<url>http://repo1.maven.org/maven2/</url>
</repository>
</repositories>
</profile>
</profiles>
</settings>