modify pom with deploy

This commit is contained in:
pepsi 2022-10-11 13:58:20 +08:00
parent ef6466479f
commit 932f450d18
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>

View File

@ -81,7 +81,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>