Skip to content

Commit f9039b9

Browse files
committed
Revert back to old JavaDoc release mechanic.
- Should take around 30 minutes to complete - Allot 60 minutes for the deployment as an upper bound
1 parent 899f29f commit f9039b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ branches:
1616
# custom build script and deployment
1717
before_install: chmod +x script/deploy.sh
1818
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
19-
after_success: ./script/deploy.sh
19+
after_success: travis_wait 60 ./script/deploy.sh
2020

2121
deploy:
2222
provider: releases

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>com.github.github</groupId>
174174
<artifactId>site-maven-plugin</artifactId>
175-
<version>0.11</version>
175+
<version>0.12</version>
176176
<executions>
177177
<!-- run site-maven-plugin's 'site' target as part of the build's normal 'deploy' phase -->
178178
<execution>

0 commit comments

Comments
 (0)