You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/06/30 14:15:23 UTC

[14/40] incubator-taverna-common-activities git commit: javadoc crossreferences

javadoc crossreferences


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/386cf486
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/386cf486
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/386cf486

Branch: refs/heads/cwl-browse
Commit: 386cf486222ba614882b3ed577ff0db5ec9e99cb
Parents: 4dee9ae
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon May 9 15:01:05 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon May 9 15:01:05 2016 +0100

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/386cf486/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa358ef..3d29968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,16 @@
                     </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>
+                    </links>
+                </configuration>
+            </plugin>
         </plugins>
     </build>    
     <scm>