You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/02/01 23:31:19 UTC

[felix-atomos] 02/05: Fix javadoc links to OSGi types

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

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit e925073257940537fbba85001044fc721753bdf2
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Feb 1 15:48:39 2021 -0600

    Fix javadoc links to OSGi types
---
 atomos.runtime/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/atomos.runtime/pom.xml b/atomos.runtime/pom.xml
index f5d4e79..cae744a 100644
--- a/atomos.runtime/pom.xml
+++ b/atomos.runtime/pom.xml
@@ -102,6 +102,15 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links>
+                        <link>https://docs.osgi.org/javadoc/osgi.core/8.0.0/</link>
+                    </links>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
             </plugin>