Skip to content

Commit e045482

Browse files
committed
Include dokka:javadocJar goal in the releaser build command.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 8fce035 commit e045482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/noIntegration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ FOLDER=`pwd`
66

77
set -e
88

9-
./mvnw clean install ${@}
9+
./mvnw clean dokka:javadocJar install ${@}
1010
${FOLDER}/scripts/generateDocs.sh ${@}

0 commit comments

Comments
 (0)