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 316835692ecbe014a78f564ec10713335b1ff48c Author: Christian Grobmeier <[email protected]> AuthorDate: Tue Mar 5 12:14:47 2024 +0100 removed unused site code --- pom.xml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/pom.xml b/pom.xml index 9ef9cf52d0..42424f6cbd 100644 --- a/pom.xml +++ b/pom.xml @@ -812,49 +812,6 @@ </executions> </plugin> - -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-site-plugin</artifactId>--> -<!-- <inherited>false</inherited>--> -<!-- <configuration combine.self="override">--> -<!-- <skip>false</skip>--> -<!-- <generateProjectInfo>false</generateProjectInfo>--> -<!-- <generateReports>false</generateReports>--> -<!-- <siteDirectory>${project.build.directory}/generated-sources/site</siteDirectory>--> -<!-- <locales>en</locales>--> -<!-- <!– Exclude the navigation file for Maven 1 sites as it interferes with the site generation. –>--> -<!-- <moduleExcludes>--> -<!-- <xdoc>navigation.xml</xdoc>--> -<!-- </moduleExcludes>--> -<!-- <attributes>--> -<!-- <Log4jReleaseVersion>${revision}</Log4jReleaseVersion>--> -<!-- </attributes>--> -<!-- </configuration>--> -<!-- <dependencies>--> -<!-- <dependency>--> -<!-- <groupId>org.asciidoctor</groupId>--> -<!-- <artifactId>asciidoctor-maven-plugin</artifactId>--> -<!-- <version>${asciidoctor-maven-plugin.version}</version>--> -<!-- </dependency>--> -<!-- </dependencies>--> -<!-- </plugin>--> - - <!-- We (sadly) use `maven-site-plugin`, which handles AsciiDoc files. - Hence, skip the `asciidoctor-maven-plugin` redundant execution inherited from the parent. --> -<!-- <plugin>--> -<!-- <groupId>org.asciidoctor</groupId>--> -<!-- <artifactId>asciidoctor-maven-plugin</artifactId>--> -<!-- <executions>--> -<!-- <execution>--> -<!-- <id>export-asciidoc-to-html</id>--> -<!-- <configuration>--> -<!-- <skip>true</skip>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- </executions>--> -<!-- </plugin>--> - <!-- ███████ ███ ██ ██████ ███████ ██ ████████ ███████ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██ █████ ██ ██ ██ ██ ██ ███████ ██ ██ █████
