File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed
Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 455455 <groupId >org.apache.maven.plugins</groupId >
456456 <artifactId >maven-shade-plugin</artifactId >
457457 <version >3.5.0</version >
458+ <configuration >
459+ <createDependencyReducedPom >true</createDependencyReducedPom >
460+ </configuration >
458461 <executions >
459462 <execution >
460463 <phase >package</phase >
463466 </goals >
464467 <configuration >
465468 <transformers >
469+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
466470 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
467471 <mainClass >com.regnosys.rosetta.generator.python.PythonCodeGenCLI</mainClass >
468472 </transformer >
498502 </executions >
499503 </plugin >
500504 <plugin >
501- <groupId >org.apache.maven.plugins</groupId >
502- <artifactId >maven-javadoc-plugin</artifactId >
503- <version >${maven-javadoc-plugin.version} </version >
504- <configuration >
505- <failOnError >false</failOnError >
506- </configuration >
507- <executions >
508- <execution >
509- <id >attach-javadocs</id >
510- <phase >package</phase >
511- <goals >
512- <goal >jar</goal >
513- </goals >
514- </execution >
515- </executions >
505+ <groupId >org.apache.maven.plugins</groupId >
506+ <artifactId >maven-javadoc-plugin</artifactId >
507+ <version >${maven-javadoc-plugin.version} </version >
508+ <configuration >
509+ <failOnError >false</failOnError >
510+ </configuration >
511+ <executions >
512+ <execution >
513+ <id >attach-javadocs</id >
514+ <phase >package</phase >
515+ <goals >
516+ <goal >jar</goal >
517+ </goals >
518+ </execution >
519+ </executions >
516520 </plugin >
517521 </plugins >
518522 </build >
You can’t perform that action at this time.
0 commit comments