Skip to content

Commit

Permalink
Solve ''build.plugins.plugin.version' for org.apache.maven.plugins:ma…
Browse files Browse the repository at this point in the history
…ven-source-plugin is missing' (#2986)
  • Loading branch information
pivovarit authored Feb 8, 2025
1 parent 8c5f9f8 commit 82740ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<arguments>${arguments} -Psonatype-oss-release</arguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven.source.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 82740ac

Please sign in to comment.