We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f475200 commit 815b440Copy full SHA for 815b440
api-wrap-test/pom.xml
@@ -26,6 +26,22 @@
26
27
<build>
28
<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
38
39
+ <artifactId>maven-deploy-plugin</artifactId>
40
+ <version>2.8.2</version>
41
42
43
44
45
<plugin>
46
<groupId>org.springframework.boot</groupId>
47
<artifactId>spring-boot-maven-plugin</artifactId>
0 commit comments