Skip to content

Commit

Permalink
adjust pom
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Mar 17, 2024
1 parent ea9e374 commit 94340ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<show>private</show>
<source>17</source>
</configuration>
</plugin>
</plugins>
</reporting>

<organization>
<name>The New Economy</name>
<url>https://tnemc.net</url>
Expand Down

0 comments on commit 94340ff

Please sign in to comment.