Skip to content

Commit a642421

Browse files
committed
Force creation of sources jar
Closes gh-18212
1 parent 9065c49 commit a642421

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

+7
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@
133133
</execution>
134134
</executions>
135135
</plugin>
136+
<plugin>
137+
<groupId>org.apache.maven.plugins</groupId>
138+
<artifactId>maven-source-plugin</artifactId>
139+
<configuration>
140+
<forceCreation>true</forceCreation>
141+
</configuration>
142+
</plugin>
136143
<plugin>
137144
<groupId>org.basepom.maven</groupId>
138145
<artifactId>duplicate-finder-maven-plugin</artifactId>

0 commit comments

Comments
 (0)