You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/06/21 15:16:27 UTC

[maven-site-plugin] branch master updated: [MSITE-757] remove shading not used any more

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e033328  [MSITE-757] remove shading not used any more
e033328 is described below

commit e03332897bef17d144aef48abf15efe78f126a9a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jun 21 17:16:11 2020 +0200

    [MSITE-757] remove shading not used any more
---
 pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/pom.xml b/pom.xml
index 563b155..2d959ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,42 +528,6 @@ under the License.
       </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>
         <executions>
           <execution>