Skip to content

Commit 82740ac

Browse files
authored
Solve ''build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing' (#2986)
1 parent 8c5f9f8 commit 82740ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
198198
<arguments>${arguments} -Psonatype-oss-release</arguments>
199199
</configuration>
200200
</plugin>
201+
<plugin>
202+
<groupId>org.apache.maven.plugins</groupId>
203+
<artifactId>maven-source-plugin</artifactId>
204+
<version>${maven.source.version}</version>
205+
</plugin>
201206
<plugin>
202207
<groupId>org.codehaus.mojo</groupId>
203208
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)