File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ limitations under the License.
55
55
</properties >
56
56
57
57
<dependencies >
58
- <dependency >
59
- <groupId >org.apache.maven.shared</groupId >
60
- <artifactId >maven-plugin-testing-harness</artifactId >
61
- <version >1.1</version >
62
- <scope >test</scope >
63
- </dependency >
58
+ <dependency >
59
+ <groupId >org.apache.maven.shared</groupId >
60
+ <artifactId >maven-plugin-testing-harness</artifactId >
61
+ <version >1.1</version >
62
+ <scope >test</scope >
63
+ </dependency >
64
64
<dependency >
65
65
<groupId >org.openjdk.jmh</groupId >
66
66
<artifactId >jmh-core</artifactId >
@@ -78,6 +78,16 @@ limitations under the License.
78
78
<build >
79
79
<pluginManagement >
80
80
<plugins >
81
+ <plugin >
82
+ <groupId >org.apache.maven.plugins</groupId >
83
+ <artifactId >maven-resources-plugin</artifactId >
84
+ <!--
85
+ maven totally change his way to copy symlink
86
+ this mean the symlink is copied as a symlink and not anymore as a new file
87
+ https://issues.apache.org/jira/browse/MRESOURCES-237
88
+ -->
89
+ <version >2.7</version >
90
+ </plugin >
81
91
<plugin >
82
92
<groupId >org.apache.maven.plugins</groupId >
83
93
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments