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

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 97f1aa59651a3bcc3880dc6c71223d29576b484c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jun 7 08:55:45 2024 -0400

    Revert "Build the javadoc only once during the release"
    
    This reverts commit 4da7fd2d0a6a98b8294087300141c999101373e2.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95f1616..8a0e104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -883,7 +883,7 @@
             </goals>
             <configuration>
               <target>
-                <copy todir="${project.build.directory}/site/apidocs/META-INF">
+                <copy todir="${project.build.directory}/apidocs/META-INF">
                   <fileset dir="${basedir}">
                     <include name="LICENSE.txt" />
                     <include name="NOTICE.txt" />
@@ -1517,7 +1517,6 @@
               </execution>
             </executions>
             <configuration>
-              
<outputDirectory>${project.build.directory}/site/apidocs/</outputDirectory>
               <source>${maven.compiler.source}</source>
               
<javadocExecutable>${commons.compiler.javadoc}</javadocExecutable>
             </configuration>

Reply via email to