Skip to content

Commit b3b6605

Browse files
committed
Merge branch '2.1.x'
Closes gh-18236
2 parents 448f5b8 + a642421 commit b3b6605

File tree

1 file changed

+7
-0
lines changed
  • spring-boot-project/spring-boot-starters

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-starters/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@
134134
</execution>
135135
</executions>
136136
</plugin>
137+
<plugin>
138+
<groupId>org.apache.maven.plugins</groupId>
139+
<artifactId>maven-source-plugin</artifactId>
140+
<configuration>
141+
<forceCreation>true</forceCreation>
142+
</configuration>
143+
</plugin>
137144
<plugin>
138145
<groupId>org.basepom.maven</groupId>
139146
<artifactId>duplicate-finder-maven-plugin</artifactId>

0 commit comments

Comments
 (0)