Skip to content

Commit 65fce2c

Browse files
committed
Include success of Javadoc gen. in test outcome.
Documentation is important; so if the Javadoc generator barfs for a serious reason, which I know it will for JDK 8, we want to know.
1 parent ebd19c3 commit 65fce2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.TRAVIS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ utility: client
1313

1414
test: build
1515
mvn test
16+
mvn javadoc:aggregate
1617

1718
.PHONY: build client examples test utility

0 commit comments

Comments
 (0)