We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaa91a commit 1d5d159Copy full SHA for 1d5d159
core/pom.xml
@@ -68,4 +68,16 @@
68
</dependency>
69
</dependencies>
70
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
+
83
</project>
generator/pom.xml
@@ -35,13 +35,4 @@
35
36
37
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
-
47
0 commit comments