We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I just tried to build antisamy on a windows box. I called mvn package and got the following messages.
mvn package
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project antisamy: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - D:\tmp\antisamy\src\main\java\org\owasp\validator\css\CssHandler.java:123: warning: no @param for errorMessages [ERROR] public CssHandler(Policy policy, LinkedList embeddedStyleSheets, [ERROR] ^ [ERROR] D:\tmp\antisamy\src\main\java\org\owasp\validator\css\CssHandler.java:123: warning: no @param for messages [ERROR] public CssHandler(Policy policy, LinkedList embeddedStyleSheets, [ERROR] ^ [ERROR] D:\tmp\antisamy\src\main\java\org\owasp\validator\css\CssHandler.java:139: warning: no @param for errorMessages [ERROR] public CssHandler(Policy policy, LinkedList embeddedStyleSheets, [ERROR] ^ [ERROR] D:\tmp\antisamy\src\main\java\org\owasp\validator\css\CssHandler.java:139: warning: no @param for messages [ERROR] public CssHandler(Policy policy, LinkedList embeddedStyleSheets,
The text was updated successfully, but these errors were encountered:
There's a post on Stackoverflow that suggests it's an issue with Java 8. Workaround is to add
<configuration> <failOnError>false</failOnError> </configuration>
to the maven-javadoc-plugin part in pom.xml
maven-javadoc-plugin
pom.xml
Sorry, something went wrong.
This is fixed in the 1.5.8 release of antisamy, to be released soon.
No branches or pull requests
Hi,
I just tried to build antisamy on a windows box. I called
mvn package
and got the following messages.The text was updated successfully, but these errors were encountered: