Skip to content

Commit

Permalink
Fixed javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Apr 24, 2024
1 parent f69af01 commit 7f66736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<executions>
<execution>
<id>attach-javadocs</id>
<configuration>
<sourcepath>${project.build.sourceDirectory}</sourcepath>
</configuration>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit 7f66736

Please sign in to comment.