Browse Source

修改打包名

hanqingsong 8 months ago
parent
commit
317b32731e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pom.xml

+ 1 - 2
pom.xml

@@ -141,8 +141,7 @@
141
     </dependencyManagement>
141
     </dependencyManagement>
142
 
142
 
143
     <build>
143
     <build>
144
-        <!--定义编译,打包,部署的项目名称-->
145
-        <finalName>depot-shared</finalName>
144
+        <finalName>${project.artifactId}</finalName>
146
         <plugins>
145
         <plugins>
147
             <plugin>
146
             <plugin>
148
                 <groupId>org.springframework.boot</groupId>
147
                 <groupId>org.springframework.boot</groupId>