From 4e07efecabd3379f9fc70b4bf280f9d028f7dfb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 8 Jul 2015 20:30:41 +0200 Subject: [PATCH] Add links to Guava apidocs in javadoc generation --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5acb737..a4a4d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,12 @@ org.apache.maven.plugins maven-javadoc-plugin ${plugin.javadoc.version} + + true + + http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/ + + attach-javadocs -- 2.7.4