Skip to content

Commit

Permalink
Update maven plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Oct 16, 2023
1 parent eb1d43f commit ccd354b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<charset>${project.build.sourceEncoding}</charset>
<docencoding>${project.build.sourceEncoding}</docencoding>
<locale>en_US</locale>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
Expand All @@ -140,7 +141,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit ccd354b

Please sign in to comment.