You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2020/04/22 07:56:42 UTC

[jclouds] branch master updated: Fix toolchain setup on jenkins (#68)

This is an automated email from the ASF dual-hosted git repository.

nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new 286fe5c  Fix toolchain setup on jenkins (#68)
286fe5c is described below

commit 286fe5cba0e49f918a49f558a0e6e0f53c37683d
Author: Fritz Elfert <fr...@fritz-elfert.de>
AuthorDate: Wed Apr 22 09:56:36 2020 +0200

    Fix toolchain setup on jenkins (#68)
---
 project/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/project/pom.xml b/project/pom.xml
index a9c47f5..f06cdfc 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1494,6 +1494,9 @@
           </plugin>
         </plugins>
       </build>
+      <properties>
+        <javadoc.opts></javadoc.opts>
+      </properties>
     </profile>
   </profiles>
 </project>