Skip to content

Commit e2c7dc0

Browse files
committed
don't repackage as a spring boot app
1 parent df7b694 commit e2c7dc0

File tree

2 files changed

+0
-28
lines changed
  • modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud
  • samples/client/petstore/spring-cloud

2 files changed

+0
-28
lines changed

modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@
1818
</parent>
1919
<build>
2020
<sourceDirectory>src/main/java</sourceDirectory>
21-
{{^interfaceOnly}}
22-
<plugins>
23-
<plugin>
24-
<groupId>org.springframework.boot</groupId>
25-
<artifactId>spring-boot-maven-plugin</artifactId>
26-
<executions>
27-
<execution>
28-
<goals>
29-
<goal>repackage</goal>
30-
</goals>
31-
</execution>
32-
</executions>
33-
</plugin>
34-
</plugins>
35-
{{/interfaceOnly}}
3621
</build>
3722

3823
<dependencyManagement>

samples/client/petstore/spring-cloud/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@
1818
</parent>
1919
<build>
2020
<sourceDirectory>src/main/java</sourceDirectory>
21-
<plugins>
22-
<plugin>
23-
<groupId>org.springframework.boot</groupId>
24-
<artifactId>spring-boot-maven-plugin</artifactId>
25-
<executions>
26-
<execution>
27-
<goals>
28-
<goal>repackage</goal>
29-
</goals>
30-
</execution>
31-
</executions>
32-
</plugin>
33-
</plugins>
3421
</build>
3522

3623
<dependencyManagement>

0 commit comments

Comments
 (0)