Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
fix: update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
F4pl0 committed Oct 29, 2023
1 parent c4c9e38 commit 3633917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>sources</classifier>
</configuration>
</execution>
</executions>
</plugin>
Expand All @@ -105,6 +108,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadocs</classifier>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 3633917

Please sign in to comment.