File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 308
308
</execution >
309
309
</executions >
310
310
</plugin >
311
- <plugin >
312
- <groupId >org.apache.maven.plugins</groupId >
313
- <artifactId >maven-jar-plugin</artifactId >
314
- <configuration >
315
- <archive >
316
- <manifestEntries >
317
- <Automatic-Module-Name >${java-module-name} </Automatic-Module-Name >
318
- </manifestEntries >
319
- </archive >
320
- </configuration >
321
- </plugin >
322
311
<plugin >
323
312
<groupId >org.apache.maven.plugins</groupId >
324
313
<artifactId >maven-assembly-plugin</artifactId >
351
340
</execution >
352
341
</executions >
353
342
</plugin >
354
- <plugin >
355
- <groupId >org.codehaus.mojo</groupId >
356
- <artifactId >build-helper-maven-plugin</artifactId >
357
- <version >3.0.0</version >
358
- <executions >
359
- <execution >
360
- <phase >generate-test-sources</phase >
361
- <goals >
362
- <goal >add-source</goal >
363
- </goals >
364
- <configuration >
365
- <sources >
366
- <source >target/generated-test-sources</source >
367
- </sources >
368
- </configuration >
369
- </execution >
370
- </executions >
371
- </plugin >
372
343
</plugins >
373
344
</build >
374
345
</project >
You can’t perform that action at this time.
0 commit comments