Browse Source

修改打包配置

master
zhczyx@163.com 3 weeks ago
parent
commit
2c0a7cabeb
  1. 12
      pom.xml

12
pom.xml

@ -14,9 +14,9 @@
<name>TECHSOR_dataCenter_receiver</name>
<properties>
<java.version>17</java.version>
<aws.ecr.registry>381659385655.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registry>
<aws.ecr.registryTest>923770123186.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest>
<aws.ecr.repository>tokyo-build-receiver</aws.ecr.repository>
<aws.ecr.registry>029530100103.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registry>
<aws.ecr.registryTest>029530100103.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest>
<aws.ecr.repository>pf-receiver-stg</aws.ecr.repository>
<netty.version>4.2.2.Final</netty.version>
</properties>
<dependencyManagement>
@ -610,12 +610,12 @@
<version>0.38.1</version>
<configuration>
<authConfig>
<username>AKIA5OFH5OOZPCXZIRUQ</username>
<password>TMIN27+OxamT1FmBQSVKfUIWpOVldhxQx2Stxwix</password>
<username>AKIAQNYBBSGDVT3VF4ON</username>
<password>DEhPMTHAIsKK7L2klURQrmMe3r2Tqgbaa6z2FYQu</password>
</authConfig>
<images>
<image>
<name>${aws.ecr.registryTest}/${aws.ecr.repository}:latest</name>
<name>${aws.ecr.registryTest}/aeon/s${aws.ecr.repository}:latest</name>
<registry>${aws.ecr.registry}</registry>
<build>
<dockerFile>${project.basedir}/Dockerfile</dockerFile>

Loading…
Cancel
Save