Skip to content

Commit 239fac5

Browse files
committed
Document that we skip JavaDoc generation for maven builds
See https://github.com/travis-ci/blog-travis-ci-com/pull/25#issuecomment-119221226
1 parent 12095eb commit 239fac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user/languages/java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if your project has `pom.xml` file in the repository root but no `build.gradle`,
2828

2929
to run your test suite. This can be overridden as described in the [general build configuration](/user/build-configuration/) guide.
3030

31+
Note that, by default, JavaDoc generation will be skipped via `-Dmaven.javadoc.skip=true`.
32+
3133
### Dependency Management
3234

3335
Before running tests, Java builder will execute

0 commit comments

Comments
 (0)