This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit da127ddc2b0d89198e8d729167560d3b281ecc53 Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Mar 7 18:50:50 2024 +0100 removed team report generation (used tl team list) --- pom.xml | 15 --------------- src/asciidoc/templates/document.html.erb | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index ac3d0b3bdd..863ed405aa 100644 --- a/pom.xml +++ b/pom.xml @@ -769,21 +769,6 @@ </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <executions> - <execution> - <id>team-list</id> - <goals> - <goal>team</goal> - </goals> - <phase>site</phase> - <inherited>false</inherited> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> diff --git a/src/asciidoc/templates/document.html.erb b/src/asciidoc/templates/document.html.erb index cb22867249..dcf73ff8a9 100644 --- a/src/asciidoc/templates/document.html.erb +++ b/src/asciidoc/templates/document.html.erb @@ -83,6 +83,7 @@ <li><a href="/javastyle.html">Style Guide</a></li> <li><a href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j">Sonar</a></li> <li><a href="https://github.com/apache/logging-log4j2">GitHub</a></li> + <li><a href="https://logging.apache.org/team-list.html">Team</a></li> </ul> </li> <li><a href="/security.html">Security</a></li>
