Skip to content

Commit

Permalink
Merge pull request #231 from hashar/optional-maven-plugin
Browse files Browse the repository at this point in the history
pom.xml: make Maven integration plugin optional
  • Loading branch information
jimklimov authored Nov 5, 2024
2 parents 4c434bc + 2b67e0a commit 5308d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<artifactId>maven-plugin</artifactId>
<!-- needs version of hudson.model.User with getById() -->
<version>3.23</version>
<optional>true</optional>
<exclusions>
<!-- TODO bump in maven plugin, conflict with junit plugin dependencies -->
<exclusion>
Expand Down

0 comments on commit 5308d7d

Please sign in to comment.