Skip to content

Commit 815b440

Browse files
committed
init
1 parent f475200 commit 815b440

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

api-wrap-test/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@
2626

2727
<build>
2828
<plugins>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-release-plugin</artifactId>
32+
<version>2.1</version>
33+
<configuration>
34+
<skip>true</skip>
35+
</configuration>
36+
</plugin>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-deploy-plugin</artifactId>
40+
<version>2.8.2</version>
41+
<configuration>
42+
<skip>true</skip>
43+
</configuration>
44+
</plugin>
2945
<plugin>
3046
<groupId>org.springframework.boot</groupId>
3147
<artifactId>spring-boot-maven-plugin</artifactId>

0 commit comments

Comments
 (0)