Skip to content

Commit 77f52a4

Browse files
Remove workaround for creating site output directory
fixed in resolver 2.0.11
1 parent 7e43736 commit 77f52a4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,27 +1021,6 @@ under the License.
10211021
</execution>
10221022
</executions>
10231023
</plugin>
1024-
<plugin>
1025-
<groupId>org.apache.maven.plugins</groupId>
1026-
<artifactId>maven-antrun-plugin</artifactId>
1027-
<inherited>false</inherited>
1028-
<executions>
1029-
<execution>
1030-
<goals>
1031-
<goal>run</goal>
1032-
</goals>
1033-
<phase>pre-site</phase>
1034-
<configuration>
1035-
<target>
1036-
<!-- directory should be created by org.eclipse.aether.tools.CollectConfiguration -->
1037-
<!-- TODO: remove with next version of resolver-tools -->
1038-
<mkdir dir="${project.build.directory}/generated-site/markdown" />
1039-
<mkdir dir="${project.build.directory}/generated-site/resources" />
1040-
</target>
1041-
</configuration>
1042-
</execution>
1043-
</executions>
1044-
</plugin>
10451024
<plugin>
10461025
<groupId>org.codehaus.mojo</groupId>
10471026
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)