You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/02/07 16:56:40 UTC

[logging-log4j2] branch master updated: Fix pom.xml

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new f47e46ca08 Fix pom.xml
f47e46ca08 is described below

commit f47e46ca08c4da5ac848487f2df698364f2b399a
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Feb 7 17:56:25 2023 +0100

    Fix pom.xml
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 992b84495a..39f91aaae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1699,9 +1699,6 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <inherited>false</inherited>
-        <configuration>
-          <outputDirectory>${project.build.directory}/generated-sources/site/asciidoc/release-notes</outputDirectory>
-        </configuration>
         <executions>
           <execution>
             <id>changelog-export</id>
@@ -1726,7 +1723,7 @@
             </systemProperty>
             <systemProperty>
               <key>log4j.changelog.exporter.outputDirectory</key>
-              <value>${project.build.directory}/generated-sources/site/asciidoc/changelog</value>
+              <value>${project.build.directory}/generated-sources/site/asciidoc/release-notes</value>
             </systemProperty>
           </systemProperties>
         </configuration>