We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9065c49 commit a642421Copy full SHA for a642421
spring-boot-project/spring-boot-starters/pom.xml
@@ -133,6 +133,13 @@
133
</execution>
134
</executions>
135
</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>
143
<plugin>
144
<groupId>org.basepom.maven</groupId>
145
<artifactId>duplicate-finder-maven-plugin</artifactId>
0 commit comments