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 5785538 commit 09f9e59Copy full SHA for 09f9e59
pom.xml
@@ -144,6 +144,11 @@
144
</dependency>
145
</dependencies>
146
</plugin>
147
+ <plugin>
148
+ <groupId>org.apache.maven.plugins</groupId>
149
+ <artifactId>maven-source-plugin</artifactId>
150
+ <version>3.3.1</version>
151
+ </plugin>
152
</plugins>
153
</pluginManagement>
154
<plugins>
@@ -208,6 +213,19 @@
208
213
209
214
210
215
216
217
218
219
+ <executions>
220
+ <execution>
221
+ <id>attach-sources</id>
222
+ <phase>verify</phase>
223
+ <goals>
224
+ <goal>jar-no-fork</goal>
225
+ </goals>
226
+ </execution>
227
+ </executions>
228
211
229
212
230
</build>
231
0 commit comments