Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump maven-resources-plugin to 3.3.1
  • Loading branch information
slachiewicz authored Mar 24, 2023
commit 9b43d1856e0541cccba3f7e794d633a7d687b1e2
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<!--
maven totally change his way to copy symlink
this mean the symlink is copied as a symlink and not anymore as a new file
https://issues.apache.org/jira/browse/MRESOURCES-237
-->
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>
Expand Down