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.
5555 </properties >
5656
5757 <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 >
6464 <dependency >
6565 <groupId >org.openjdk.jmh</groupId >
6666 <artifactId >jmh-core</artifactId >
@@ -78,6 +78,16 @@ limitations under the License.
7878 <build >
7979 <pluginManagement >
8080 <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 >
8191 <plugin >
8292 <groupId >org.apache.maven.plugins</groupId >
8393 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments