File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 183
183
<execution >
184
184
<id >attach-sources</id >
185
185
<goals >
186
- <goal >jar-no-fork </goal >
186
+ <goal >jar</goal >
187
187
</goals >
188
188
</execution >
189
189
</executions >
315
315
<groupId >org.apache.maven.plugins</groupId >
316
316
<artifactId >maven-jar-plugin</artifactId >
317
317
<version >${version.maven.plugin.jar} </version >
318
- <configuration >
319
- <archive >
320
- <manifest >
321
- <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
322
- <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
323
- </manifest >
324
- </archive >
325
- </configuration >
318
+ <executions >
319
+ <execution >
320
+ <goals >
321
+ <goal >jar</goal >
322
+ </goals >
323
+ <configuration >
324
+ <classifier >empty</classifier >
325
+ <archive >
326
+ <manifest >
327
+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
328
+ <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
329
+ </manifest >
330
+ </archive >
331
+ </configuration >
332
+ </execution >
333
+ </executions >
326
334
</plugin >
327
335
328
336
<plugin >
You can’t perform that action at this time.
0 commit comments