You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn javadoc:javadoc produces numberous errors (50+ like so) and causes the build to fail. It's likely better to just ignore these for now so that we can get a successful build.
ERROR] Exit code: 1 - /Users/siedlecki/open-source/ee4j/jstl-api/tagsdoc/src/main/java/com/sun/tlddoc/TagLibrary.java:55: warning: no @return
[ERROR] public abstract String getPathDescription();
[ERROR] ^
[ERROR] /Users/siedlecki/open-source/ee4j/jstl-api/tagsdoc/src/main/java/com/sun/tlddoc/TagLibrary.java:61: warning: no @param for documentBuilder
[ERROR] public abstract Document getTLDDocument( DocumentBuilder documentBuilder )
[ERROR] ^
[ERROR] /Users/siedlecki/open-source/ee4j/jstl-api/tagsdoc/src/main/java/com/sun/tlddoc/TagLibrary.java:61: warning: no @return
[ERROR] public abstract Document getTLDDocument( DocumentBuilder documentBuilder )
[ERROR] ^
[ERROR] /Users/siedlecki/open-source/ee4j/jstl-api/tagsdoc/src/main/java/com/sun/tlddoc/TagLibrary.java:61: warning: no @throws for java.io.IOException```
The text was updated successfully, but these errors were encountered:
mvn javadoc:javadoc produces numberous errors (50+ like so) and causes the build to fail. It's likely better to just ignore these for now so that we can get a successful build.
The text was updated successfully, but these errors were encountered: