Skip to content

Commit

Permalink
Added sourcepath to Javadoc to get it work.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 17, 2024
1 parent dbd9e19 commit a82a9f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<sourcepath>src/main/java</sourcepath>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit a82a9f2

Please sign in to comment.