Skip to content

Commit e033328

Browse files
committed
[MSITE-757] remove shading not used any more
1 parent 5179a4d commit e033328

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

pom.xml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -526,42 +526,6 @@ under the License.
526526
</execution>
527527
</executions>
528528
</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>
565529
<plugin>
566530
<groupId>org.apache.maven.plugins</groupId>
567531
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)