Skip to content

Commit

Permalink
Only provide warnings/errors for the javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Sep 7, 2023
1 parent 690355f commit 4919008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public interface HolidayParser {
*
* @param year the year to parse the holiday for
* @param config the {@link Holidays} config to use for parsing
*
* @return the list of holidays
*/
List<Holiday> parse(int year, Holidays config);
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<doclint>none</doclint>
<quiet>true</quiet>
<excludePackageNames>de.focus_shift.jaxb.mapping</excludePackageNames>
</configuration>
<executions>
Expand Down

0 comments on commit 4919008

Please sign in to comment.