配置修改
This commit is contained in:
parent
aec28f662a
commit
40b26f94d8
80
pom.xml
80
pom.xml
|
@ -4,10 +4,10 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.dpkj</groupId>
|
||||
<!-- 银医通-澜沧中医院-DLL-台式机 -->
|
||||
<artifactId>yinyitong-zhongyuyuan-dll-stand</artifactId>
|
||||
<!-- 银医通-澜沧中医院-DLL-台式机 -->
|
||||
<artifactId>yinyitong-dll-stand</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>yinyitong-zhongyuyuan-dll-stand</name>
|
||||
<name>yinyitong-dll-stand</name>
|
||||
<description>银医通-澜沧中医院-DLL-台式机</description>
|
||||
|
||||
<parent>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>ems-express-call-dll</finalName>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -146,44 +146,40 @@
|
|||
</plugin>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>copy-dependencies</id>-->
|
||||
<!-- <phase>prepare-package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>copy-dependencies</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <!– 拷贝项目依赖包到lib/目录下 –>-->
|
||||
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
||||
<!-- <overWriteReleases>false</overWriteReleases>-->
|
||||
<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
||||
<!-- <overWriteIfNewer>true</overWriteIfNewer>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <layout>ZIP</layout>-->
|
||||
<!-- <includes>-->
|
||||
<!-- <include>-->
|
||||
<!-- <groupId>nothing</groupId>-->
|
||||
<!-- <artifactId>nothing</artifactId>-->
|
||||
<!-- </include>-->
|
||||
<!-- </includes>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </plugin>-->
|
||||
|
||||
|
||||
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>copy-dependencies</id>-->
|
||||
<!-- <phase>prepare-package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>copy-dependencies</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <!– 拷贝项目依赖包到lib/目录下 –>-->
|
||||
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
||||
<!-- <overWriteReleases>false</overWriteReleases>-->
|
||||
<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
||||
<!-- <overWriteIfNewer>true</overWriteIfNewer>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <layout>ZIP</layout>-->
|
||||
<!-- <includes>-->
|
||||
<!-- <include>-->
|
||||
<!-- <groupId>nothing</groupId>-->
|
||||
<!-- <artifactId>nothing</artifactId>-->
|
||||
<!-- </include>-->
|
||||
<!-- </includes>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </plugin>-->
|
||||
|
||||
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue