You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/08 13:53:50 UTC

[maven] 01/01: [MNG-6813] - Remove Maven 1 leftover

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

khmarbaise pushed a commit to branch MNG-6813
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 25ced83dc04f7151e2f3aee1ebba3c16e7e322e3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Dec 8 14:53:38 2019 +0100

    [MNG-6813] - Remove Maven 1 leftover
---
 maven-model/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index 1a853f7..f1deea5 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -68,17 +68,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <!-- Exclude the navigation file for Maven 1 sites
-               as it interferes with the site generation. -->
-          <moduleExcludes>
-            <xdoc>navigation.xml</xdoc>
-          </moduleExcludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>