Skip to content

Commit 5c97075

Browse files
committed
avoid symlink issue
Signed-off-by: olivier lamy <olamy@apache.org>
1 parent cc0d178 commit 5c97075

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@
108108
</checkModificationExcludes>
109109
</configuration>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.apache.maven.plugins</groupId>
113+
<artifactId>maven-resources-plugin</artifactId>
114+
<!--
115+
maven totally change his way to copy symlink
116+
this mean the symlink is copied as a symlink and not anymore as a new file
117+
https://issues.apache.org/jira/browse/MRESOURCES-237
118+
-->
119+
<version>2.7</version>
120+
</plugin>
111121
<plugin>
112122
<groupId>org.codehaus.plexus</groupId>
113123
<artifactId>plexus-component-metadata</artifactId>

0 commit comments

Comments
 (0)