Skip to content

Commit

Permalink
mvn2nix: pin maven-resources-plugin 2.6 to fix build
Browse files Browse the repository at this point in the history
fix: Plugin org.apache.maven.plugins:maven-resources-plugin:3.3.0 or one of its dependencies could not be resolved

upstream PR: fzakaria/mvn2nix#57
  • Loading branch information
milahu committed Aug 3, 2023
1 parent c914a52 commit 8acf6c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/tools/mvn2nix/src/mvn2nix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8acf6c5

Please sign in to comment.