Skip to content

Commit

Permalink
Do not fail if symlink already exist
Browse files Browse the repository at this point in the history
When building without clean the symlink may already exist
  • Loading branch information
arhimondr committed Nov 21, 2024
1 parent 0d60c68 commit a207c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@
<configuration>
<executable>ln</executable>
<arguments>
<argument>-sT</argument>
<argument>-sfT</argument>
<argument>${out-of-tree-build-root}/${project.groupId}:${project.artifactId}</argument>
<argument>${project.build.directory}</argument>
</arguments>
Expand Down

0 comments on commit a207c28

Please sign in to comment.