Skip to content

Commit 1d5d159

Browse files
committed
use spring-boot-maven-plugin
1 parent ccaa91a commit 1d5d159

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

core/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,16 @@
6868
</dependency>
6969
</dependencies>
7070

71+
<build>
72+
<plugins>
73+
<plugin>
74+
<groupId>org.springframework.boot</groupId>
75+
<artifactId>spring-boot-maven-plugin</artifactId>
76+
<configuration>
77+
<skip>true</skip>
78+
</configuration>
79+
</plugin>
80+
</plugins>
81+
</build>
82+
7183
</project>

generator/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,4 @@
3535
</dependency>
3636
</dependencies>
3737

38-
<build>
39-
<plugins>
40-
<plugin>
41-
<groupId>org.springframework.boot</groupId>
42-
<artifactId>spring-boot-maven-plugin</artifactId>
43-
</plugin>
44-
</plugins>
45-
</build>
46-
4738
</project>

0 commit comments

Comments
 (0)