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
maven-checkstyle-plugin needs maven-jxr-plugin
maven-checkstyle-plugin
maven-jxr-plugin
JXR Plugin produces a cross-reference of the project's sources:
mvn site or mvn checkstyle:checkstyle-aggregate [WARNING] Unable to locate Source XRef to link to - DISABLED
mvn site
mvn checkstyle:checkstyle-aggregate
[WARNING] Unable to locate Source XRef to link to - DISABLED
The text was updated successfully, but these errors were encountered:
c3eefaa
Contrast-Finder v0.8.3
0e1e5ba
---------------------- set version to 0.8.3 Fixed Asqatasun#100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12) delete unused files (*/AppTest.java) fix Travis build for Asqatasun#107 fixed Asqatasun#107 - Added missing unit tests for engine/utils/* Fixed Asqatasun#106 - Added unit tests coverage report (jacoco-maven-plugin) updated pom.xml (typo) fixed Asqatasun#105 - Upgraded outdated plugin: owasp dependency-check (3.0.2) tar.gz - Added CONTRIBUTING file Fixed Asqatasun#104 - Added maven-jxr-plugin (needed for maven-checkstyle-plugin) fixed pom.xml for maven-project-info-reports-plugin fixed Asqatasun#103 - Upgraded outdated dependency: maven-javadoc-plugin (3.0.0-M1) fixed Asqatasun#102 - Upgraded outdated dependency: markdown-page-generator-plugin fixed Asqatasun#101 - Upgraded outdated dependency: commons-lang3 (3.7) Updated Other-contrast-tools.md set version to 0.8.3-SNAPSHOT
No branches or pull requests
Observed behaviour
maven-checkstyle-plugin
needsmaven-jxr-plugin
JXR Plugin produces a cross-reference of the project's sources:
Steps to reproduce the behaviour
mvn site
ormvn checkstyle:checkstyle-aggregate
[WARNING] Unable to locate Source XRef to link to - DISABLED
The text was updated successfully, but these errors were encountered: