Repository: incubator-taverna-commandline Updated Branches: refs/heads/master 78821789f -> ff2260991
javadoc links Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/ff226099 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/ff226099 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/ff226099 Branch: refs/heads/master Commit: ff22609917af445b49776e76f2f8752c0f156504 Parents: 7882178 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu Jun 30 16:59:16 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu Jun 30 16:59:16 2016 +0100 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/ff226099/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1b6fbb..7a7d7fb 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,21 @@ </excludes> </configuration> </plugin> + + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <links> + <link>https://taverna.incubator.apache.org/javadoc/taverna-language/</link> + <link>https://taverna.incubator.apache.org/javadoc/taverna-osgi/</link> + <link>https://taverna.incubator.apache.org/javadoc/taverna-engine/</link> + <link>https://taverna.incubator.apache.org/javadoc/taverna-common-activities/</link> + </links> + </configuration> + </plugin> + + + </plugins> </build>
