!4 change maven repo url to huaweicloud
Merge pull request !4 from Noah/modify-maven-repo
This commit is contained in:
commit
c722cb62d3
@ -4,7 +4,7 @@
|
||||
|
||||
Name: openjfx
|
||||
Version: 11.0.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Rich client application platform for Java
|
||||
|
||||
License: GPL v2 with exceptions and BSD
|
||||
@ -155,5 +155,8 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 11.0.3-0
|
||||
* Fri Aug 21 2020 Noah <hedongbo@huawei.com> - 11.0.3-2
|
||||
- change maven repository to huawei cloud
|
||||
|
||||
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 11.0.3-1
|
||||
- Initial packaging
|
||||
|
||||
32
settings.xml
32
settings.xml
@ -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>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<name>central repo</name>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>huaweicloud</id>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<name>central repo</name>
|
||||
<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>
|
||||
</settings>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user