Skip to content

Commit

Permalink
Specify maven-enforcer-plugin version
Browse files Browse the repository at this point in the history
During [the release](https://github.com/hazelcast/attribution-maven-plugin/actions/runs/9307432140/job/25618693477) a warning was logged:

```
Warning:  Some problems were encountered while building the effective model for com.hazelcast.maven:attribution-maven-plugin:maven-plugin:1.4.0
Warning:  'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ line 249, column 29
Warning:  
Warning:  It is highly recommended to fix these problems because they threaten the stability of your build.
Warning:  
Warning:  For this reason, future Maven versions might no longer support building such malformed projects.
```
  • Loading branch information
JackPGreen authored May 30, 2024
1 parent 9b6f078 commit 96f0fdf
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 @@ -248,6 +248,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-java</id>
Expand Down

0 comments on commit 96f0fdf

Please sign in to comment.