try new way to make javadoc

This commit is contained in:
Julian Dolby 2017-08-02 14:56:04 +00:00
parent 4629f8b9cd
commit 8a76b132cd
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ install:
script:
- xvfb-run mvn clean install -B -q
- bash ./dependent-projects-trigger.sh $AUTH_TOKEN
- mvn generate-sources -B -q
- mvn javadoc:aggregate -B -q
- bash ./upload-javascript.sh $GH_TOKEN
- ./build-maven-jars.py "install -Dgpg.skip"
sudo: false

View File

@ -245,7 +245,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<aggregate>true</aggregate>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
@ -254,7 +253,7 @@
<goals>
<goal>javadoc</goal>
</goals>
<phase>generate-sources</phase>
<phase>generate-resources</phase>
</execution>
</executions>
</plugin>