File tree 1 file changed +0
-36
lines changed 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -526,42 +526,6 @@ under the License.
526
526
</execution >
527
527
</executions >
528
528
</plugin >
529
- <plugin >
530
- <groupId >org.apache.maven.plugins</groupId >
531
- <artifactId >maven-shade-plugin</artifactId >
532
- <version >3.2.2</version ><!-- TODO remove when upgrading parent to 35 -->
533
- <executions >
534
- <execution >
535
- <phase >package</phase >
536
- <goals >
537
- <goal >shade</goal >
538
- </goals >
539
- <configuration >
540
- <artifactSet >
541
- <includes >
542
- <include >org.apache.maven.reporting:maven-reporting-api</include >
543
- <include >org.apache.maven:maven-artifact</include >
544
- </includes >
545
- </artifactSet >
546
- <filters >
547
- <filter >
548
- <artifact >org.apache.maven.reporting:maven-reporting-api</artifact >
549
- <includes ><!-- class not included in maven-reporting-api from Maven 2.2 -->
550
- <include >**/MavenMultiPageReport.class</include >
551
- </includes >
552
- </filter >
553
- <filter >
554
- <artifact >org.apache.maven:maven-artifact</artifact >
555
- <includes >
556
- <include >**/ComparableVersion.class</include >
557
- <include >**/ComparableVersion$*.class</include >
558
- </includes >
559
- </filter >
560
- </filters >
561
- </configuration >
562
- </execution >
563
- </executions >
564
- </plugin >
565
529
<plugin >
566
530
<groupId >org.apache.maven.plugins</groupId >
567
531
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments