!9 I3CM07: change maven repository to ali cloud && add setttings.xml to source

From: @jvmboy
Reviewed-by: @jiangfeilong1003
Signed-off-by: @jiangfeilong1003
This commit is contained in:
openeuler-ci-bot 2021-03-23 15:50:49 +08:00 committed by Gitee
commit ccb5e1767f
2 changed files with 12 additions and 7 deletions

View File

@ -4,7 +4,7 @@
Name: openjfx
Version: 11.0.3
Release: 3
Release: 4
Summary: Rich client application platform for Java
License: GPL v2 with exceptions and BSD
@ -40,6 +40,7 @@ Source26: pom-swing.xml
Source27: pom-swt.xml
Source28: pom-web.xml
Source29: build.xml
Source30: settings.xml
ExclusiveArch: x86_64 aarch64
@ -155,6 +156,10 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
%doc README
%changelog
* Tue Mar 23 2021 Noah <hedongbo@huawei.com> - 11.0.3-4
- change maven repository to ali cloud
- add settings.xml to source
* Mon Dec 21 2020 Noah <hedongbo@huawei.com> - 11.0.3-3
- add a license to this repo

View File

@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>huaweicloud</id>
<mirrorOf>central</mirrorOf>
<name>central repo</name>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</mirror>
<mirror>
<id>aliyun-central</id>
<mirrorOf>*</mirrorOf>
<name>aliyun central</name>
<url>https://maven.aliyun.com/repository/central</url>
</mirror>
</mirrors>
</settings>