Skip to content

Commit

Permalink
[MSITE-757] remove shading not used any more
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 21, 2020
1 parent 5179a4d commit e033328
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,42 +526,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.2</version><!-- TODO remove when upgrading parent to 35 -->
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>org.apache.maven.reporting:maven-reporting-api</include>
<include>org.apache.maven:maven-artifact</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>org.apache.maven.reporting:maven-reporting-api</artifact>
<includes><!-- class not included in maven-reporting-api from Maven 2.2 -->
<include>**/MavenMultiPageReport.class</include>
</includes>
</filter>
<filter>
<artifact>org.apache.maven:maven-artifact</artifact>
<includes>
<include>**/ComparableVersion.class</include>
<include>**/ComparableVersion$*.class</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit e033328

Please sign in to comment.