Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 67c0873

Browse filesBrowse files
authored
avoid build issues with symlink (#90)
Signed-off-by: olivier lamy <olamy@apache.org>
1 parent d0b6121 commit 67c0873
Copy full SHA for 67c0873

File tree

Expand file treeCollapse file tree

1 file changed

+16
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-6
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+16-6Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.