Skip to content

Commit

Permalink
Modify javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Jan 23, 2025
1 parent f8b07d0 commit d95da78
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,24 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<!--This parameter disables doclint-->
<doclint>none</doclint>
<quiet>true</quiet>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit d95da78

Please sign in to comment.