[ Cmii ] [ Octopus ] - image sync refresh

This commit is contained in:
zeaslity
2024-03-18 16:38:54 +08:00
parent 5e80d7baad
commit df44d6eef9
31 changed files with 360 additions and 208 deletions

View File

@@ -111,7 +111,7 @@ under the License.
<servers>
<!-- server
| Specifies the authentication information to use when connecting to a particular server, identified by
| a unique name within the system (referred to by the 'id' attribute below).
| a unique allCmiiImageName within the system (referred to by the 'id' attribute below).
|
| NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
| used together.
@@ -152,14 +152,14 @@ under the License.
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<allCmiiImageName>Human Readable Name for this Mirror.</allCmiiImageName>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
<mirror>
<id>aliyunmaven</id>
<mirrorOf>*</mirrorOf>
<name>阿里云公共仓库</name>
<allCmiiImageName>阿里云公共仓库</allCmiiImageName>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
@@ -208,7 +208,7 @@ under the License.
<repositories>
<repository>
<id>jdk14</id>
<name>Repository for JDK 1.4 builds</name>
<allCmiiImageName>Repository for JDK 1.4 builds</allCmiiImageName>
<url>http://www.myhost.com/maven/jdk14</url>
<layout>default</layout>
<snapshotPolicy>always</snapshotPolicy>
@@ -241,7 +241,7 @@ under the License.
<activation>
<property>
<name>target-env</name>
<allCmiiImageName>target-env</allCmiiImageName>
<value>devFilght</value>
</property>
</activation>