We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f9f8 commit 82740acCopy full SHA for 82740ac
pom.xml
@@ -198,6 +198,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
198
<arguments>${arguments} -Psonatype-oss-release</arguments>
199
</configuration>
200
</plugin>
201
+ <plugin>
202
+ <groupId>org.apache.maven.plugins</groupId>
203
+ <artifactId>maven-source-plugin</artifactId>
204
+ <version>${maven.source.version}</version>
205
+ </plugin>
206
<plugin>
207
<groupId>org.codehaus.mojo</groupId>
208
<artifactId>build-helper-maven-plugin</artifactId>
0 commit comments