This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIA-703 in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
commit 1216e320af87329461dcd9907404ce1094f03a81 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Apr 23 08:01:17 2023 -0400 failonerror=False --- content/resources/doxia-tools/components.links | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/resources/doxia-tools/components.links b/content/resources/doxia-tools/components.links index 149b767..f051184 100644 --- a/content/resources/doxia-tools/components.links +++ b/content/resources/doxia-tools/components.links @@ -3,4 +3,3 @@ # links property file for Ant's symlink task in pom.xml: # links to components in https://maven.apache.org/doxia/components/ doxia-converter=../components/doxia-tools/doxia-converter -doxia-book-maven-plugin=../components/doxia-tools/doxia-book-maven-plugin diff --git a/pom.xml b/pom.xml index bef83b2..78dfa82 100644 --- a/pom.xml +++ b/pom.xml @@ -315,7 +315,7 @@ under the License. </fileset> </copy> <!-- links to components directories containing releases documentation: https://maven.apache.org/developers/website/ --> - <symlink action="recreate" overwrite="true"> + <symlink action="recreate" overwrite="true" failonerror="false"> <fileset dir="${project.reporting.outputDirectory}" includes="**/components.links" /> </symlink> </target>