This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 88819715a698a2d85a2297443a1cb030a0a4f039 Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Oct 29 15:05:49 2024 +0100 Remove outdated FAQ --- maven-surefire-report-plugin/src/site/fml/faq.fml | 35 ----------------------- maven-surefire-report-plugin/src/site/site.xml | 1 - 2 files changed, 36 deletions(-) diff --git a/maven-surefire-report-plugin/src/site/fml/faq.fml b/maven-surefire-report-plugin/src/site/fml/faq.fml deleted file mode 100644 index 68a52ecdd..000000000 --- a/maven-surefire-report-plugin/src/site/fml/faq.fml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> - -<faqs id="FAQ" title="Frequently Asked Questions"> - <part id="General"> - <faq id="question"> - <question>The Surefire Report Plugin reruns tests. Is this its desired behavior?</question> - <answer> - <p> - No. This is a well-known issue with older versions of the plugin. Please see - <a href="https://issues.apache.org/jira/browse/SUREFIRE-257">SUREFIRE-257</a> - for details. Upgrading to version 2.7.2 or newer will resolve this issue. - </p> - </answer> - </faq> - </part> -</faqs> diff --git a/maven-surefire-report-plugin/src/site/site.xml b/maven-surefire-report-plugin/src/site/site.xml index 017db2a69..93ce07431 100644 --- a/maven-surefire-report-plugin/src/site/site.xml +++ b/maven-surefire-report-plugin/src/site/site.xml @@ -26,7 +26,6 @@ <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/> <item name="Usage" href="usage.html"/> - <item name="FAQ" href="faq.html"/> <item name="Release Notes" href="jira-report.html"/> <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 --> <item name="License" href="http://www.apache.org/licenses/"/>