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

michaelo pushed a commit to branch MNGSITE-538
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 0bd98e267e38c258236fff79a48467c8ca7049d9
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Mon May 13 11:48:55 2024 +0200

    [MNGSITE-538] Drop generation of site JAR
---
 content/xdoc/download.xml.vm |  4 ----
 pom.xml                      | 19 -------------------
 2 files changed, 23 deletions(-)

diff --git a/content/xdoc/download.xml.vm b/content/xdoc/download.xml.vm
index b3939a8e..ba722c8d 100644
--- a/content/xdoc/download.xml.vm
+++ b/content/xdoc/download.xml.vm
@@ -112,10 +112,6 @@ under the License.
         <li><a href="./scm.html">latest source code from source 
repository</a></li>
         <li>Distributed under the <a 
href="https://www.apache.org/licenses/";>Apache License, version 2.0</a></li>
         <li>other:<ul>
-        <li><a href="./maven-site-1.0-site.jar">Apache Maven Website As 
Documentation Archive</a></li>
-        <!-- not currently generated on the CMS due to the profile, probably 
also badly formattted
-           <li>a <a href="./apache-maven.pdf">PDF file.</a></li>
-        -->
         <li><a href="[preferred]maven/">All current release sources (plugins, 
shared libraries,...) available at https://downloads.apache.org/maven/</a></li>
         </ul></li>
       </ul>
diff --git a/pom.xml b/pom.xml
index 0b9114a2..8009b166 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,25 +302,6 @@
         </executions>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>jar</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-            <phase>site</phase>
-            <configuration>
-              
<jarOutputDirectory>${project.reporting.outputDirectory}</jarOutputDirectory>
-              <archiveExcludes>
-                <archiveExclude>*.jar</archiveExclude>
-              </archiveExcludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>

Reply via email to