This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit b9c5a3472ce59f20edc68b53f18b858e2101e4a5 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Mar 19 10:02:24 2024 +0100 Don't place XSD to the website --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69a45d9c9c..3cf69cbfe6 100644 --- a/pom.xml +++ b/pom.xml @@ -825,7 +825,7 @@ </goals> <phase>pre-site</phase> <configuration> - <schemaFile>${project.build.directory}/generated-sources/site/resources/config.xsd</schemaFile> + <schemaFile>${project.build.directory}/log4j-config.xsd</schemaFile> </configuration> </execution>
