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 <khmarba...@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>