Skip to content

Commit 24e9a73

Browse files
committed
chore: update maven wrapper
1 parent 9081493 commit 24e9a73

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,33 @@
218218
</execution>
219219
</executions>
220220
</plugin>
221+
<plugin>
222+
<groupId>org.apache.maven.plugins</groupId>
223+
<artifactId>maven-source-plugin</artifactId>
224+
<executions>
225+
<execution>
226+
<id>attach-sources</id>
227+
<goals>
228+
<goal>jar-no-fork</goal>
229+
</goals>
230+
</execution>
231+
</executions>
232+
</plugin>
233+
<plugin>
234+
<groupId>org.apache.maven.plugins</groupId>
235+
<artifactId>maven-javadoc-plugin</artifactId>
236+
<configuration>
237+
<doclint>-missing</doclint>
238+
</configuration>
239+
<executions>
240+
<execution>
241+
<id>attach-javadocs</id>
242+
<goals>
243+
<goal>jar</goal>
244+
</goals>
245+
</execution>
246+
</executions>
247+
</plugin>
221248

222249
<plugin>
223250
<groupId>com.github.iarellano</groupId>

0 commit comments

Comments
 (0)