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

Loading…
Cancel
Save