This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_restructure_website_2x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f34fbb78198592e7011d12bd0fe7489a838525f9 Author: Christian Grobmeier <[email protected]> AuthorDate: Sun Mar 10 17:08:10 2024 +0100 removed team list (replaced by logging.a.o) --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 1056c418dc..4ce70039ed 100644 --- a/pom.xml +++ b/pom.xml @@ -735,21 +735,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.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId>
