File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments