소스 검색

:sparkles: 打包添加Test后缀

lag 6 달 전
부모
커밋
5114fde883
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ghjg-item-datashare-server/pom.xml

+ 1 - 1
ghjg-item-datashare-server/pom.xml

@@ -4,7 +4,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <artifactId>ghjg-item-datashare-server</artifactId>
   <build>
-    <finalName>ghThreeDataShare</finalName>
+    <finalName>ghThreeDataShareTest</finalName>
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>