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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 77f52a4211 Remove workaround for creating site output directory
77f52a4211 is described below

commit 77f52a42114d120b80c65ca4b4778cf72ece5e9d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Nov 23 14:53:24 2025 +0100

    Remove workaround for creating site output directory
    
    fixed in resolver 2.0.11
---
 pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc02af8e67..d8c597d9c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1021,27 +1021,6 @@ under the License.
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <inherited>false</inherited>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <phase>pre-site</phase>
-                <configuration>
-                  <target>
-                    <!-- directory should be created by 
org.eclipse.aether.tools.CollectConfiguration -->
-                    <!-- TODO: remove with next version of resolver-tools -->
-                    <mkdir 
dir="${project.build.directory}/generated-site/markdown" />
-                    <mkdir 
dir="${project.build.directory}/generated-site/resources" />
-                  </target>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>

Reply via email to