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 308308 </execution >
309309 </executions >
310310 </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 >
322311 <plugin >
323312 <groupId >org.apache.maven.plugins</groupId >
324313 <artifactId >maven-assembly-plugin</artifactId >
351340 </execution >
352341 </executions >
353342 </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 >
372343 </plugins >
373344 </build >
374345</project >
You can’t perform that action at this time.
0 commit comments