We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663a19a + 7474a86 commit 4509c3aCopy full SHA for 4509c3a
Makefile
@@ -21,7 +21,7 @@ checkstyle:
21
## docs - Generates library documentation
22
docs:
23
mvn install -DskipTests=true -Dgpg.skip=true -Dcheckstyle.skip=true -Ddependency-check.skip=true -Djacoco.skip=true
24
- cp -R target/apidocs/ ./docs/
+ cp -R target/reports/apidocs/ ./docs/
25
26
## install-checkstyle - Install the Checkstyle tool (Unix only)
27
install-checkstyle: | install-styleguide
0 commit comments