From a207c280111f362de2f41b47e2adcb93adb2fd97 Mon Sep 17 00:00:00 2001 From: Andrii Rosa Date: Thu, 21 Nov 2024 08:44:10 -0800 Subject: [PATCH] Do not fail if symlink already exist When building without clean the symlink may already exist --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50fe602c7064a..fde9885f52e01 100644 --- a/pom.xml +++ b/pom.xml @@ -2648,7 +2648,7 @@ ln - -sT + -sfT ${out-of-tree-build-root}/${project.groupId}:${project.artifactId} ${project.build.directory}