We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0d178 commit 5c97075Copy full SHA for 5c97075
pom.xml
@@ -108,6 +108,16 @@
108
</checkModificationExcludes>
109
</configuration>
110
</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>
121
<plugin>
122
<groupId>org.codehaus.plexus</groupId>
123
<artifactId>plexus-component-metadata</artifactId>
0 commit comments