File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 172172 <maven-checkstyle-plugin .version>3.3.0</maven-checkstyle-plugin .version>
173173 <maven-clover2-plugin .version>4.0.6</maven-clover2-plugin .version>
174174 <maven-pdf-plugin .version>1.6.1</maven-pdf-plugin .version>
175+ <maven-shade-plugin .version>3.6.0</maven-shade-plugin .version>
175176 <maven-surefire-plugin .version>3.0.0-M4</maven-surefire-plugin .version>
176177 <wagon-ssh .version>3.5.3</wagon-ssh .version>
177178 <hadoop-maven-plugins .version>3.4.0</hadoop-maven-plugins .version>
494495 </additionalJOptions >
495496 </configuration >
496497 </plugin >
498+ <plugin >
499+ <groupId >org.apache.maven.plugins</groupId >
500+ <artifactId >maven-shade-plugin</artifactId >
501+ <version >${maven-shade-plugin.version} </version >
502+ </plugin >
497503 <plugin >
498504 <groupId >com.github.spotbugs</groupId >
499505 <artifactId >spotbugs-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 150150 <goal >shade</goal >
151151 </goals >
152152 <configuration >
153- <dependencyReducedPomLocation > ${project.build.directory} /dependency-reduced-pom.xml</ dependencyReducedPomLocation >
153+ <createDependencyReducedPom >false</ createDependencyReducedPom >
154154 <shadedArtifactAttached >true</shadedArtifactAttached >
155155 <transformers >
156156 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
Original file line number Diff line number Diff line change 120120 <goal >shade</goal >
121121 </goals >
122122 <configuration >
123- <dependencyReducedPomLocation > ${project.build.directory} /dependency-reduced-pom.xml</ dependencyReducedPomLocation >
123+ <createDependencyReducedPom >false</ createDependencyReducedPom >
124124 <shadedArtifactAttached >true</shadedArtifactAttached >
125125 <filters >
126126 <filter >
You can’t perform that action at this time.
0 commit comments