Index: /applications/editors/josm/plugins/mapillary/.travis.yml
===================================================================
--- /applications/editors/josm/plugins/mapillary/.travis.yml	(revision 31817)
+++ /applications/editors/josm/plugins/mapillary/.travis.yml	(revision 31818)
@@ -9,8 +9,9 @@
 
 # Release the plugin via GitHub releases when pushing a tag
+before_deploy: 'cp -T build/libs/josm-mapillary-plugin.jar build/libs/Mapillary.jar'
 deploy:
   provider: releases
   api_key: "${GH_TOKEN}"
-  file: "build/libs/josm-mapillary-plugin.jar"
+  file: "build/libs/Mapillary.jar"
   skip_cleanup: true
   on:
@@ -18,5 +19,5 @@
 
 #Deploy to GitHub pages
-after_success: |
+after_script: |
   if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
     git config --global user.email "deploy@travis"
Index: /applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31817)
+++ /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31818)
@@ -70,4 +70,8 @@
 build.dependsOn jacocoTestReport
 build.dependsOn projectReport
+
+tasks.withType(Javadoc) {
+  failOnError false
+}
 
 /** FindBugs configuration */
