소스 검색

修改 adapter release 打包名称

machey 6 년 전
부모
커밋
6de9f7efa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client-adapter/launcher/pom.xml

+ 1 - 1
client-adapter/launcher/pom.xml

@@ -216,7 +216,7 @@
                             <descriptors>
                                 <descriptor>${basedir}/src/main/assembly/release.xml</descriptor>
                             </descriptors>
-                            <finalName>${project.artifactId}-${project.version}</finalName>
+                            <finalName>canal.adapter-${project.version}</finalName>
                             <outputDirectory>${project.basedir}/../../target</outputDirectory>
                         </configuration>
                     </plugin>